pub struct MetadataAttributeFormat {
pub format: Format,
}
Expand description
A format-based local representation of a metadata attribute
Fields§
§format: Format
Trait Implementations§
Source§impl Clone for MetadataAttributeFormat
impl Clone for MetadataAttributeFormat
Source§fn clone(&self) -> MetadataAttributeFormat
fn clone(&self) -> MetadataAttributeFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MetadataAttributeFormat
impl Debug for MetadataAttributeFormat
Source§impl<'de> Deserialize<'de> for MetadataAttributeFormat
impl<'de> Deserialize<'de> for MetadataAttributeFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MetadataAttributeFormat
impl PartialEq for MetadataAttributeFormat
Source§impl Serialize for MetadataAttributeFormat
impl Serialize for MetadataAttributeFormat
impl Eq for MetadataAttributeFormat
impl StructuralPartialEq for MetadataAttributeFormat
Auto Trait Implementations§
impl Freeze for MetadataAttributeFormat
impl RefUnwindSafe for MetadataAttributeFormat
impl Send for MetadataAttributeFormat
impl Sync for MetadataAttributeFormat
impl Unpin for MetadataAttributeFormat
impl UnwindSafe for MetadataAttributeFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more