pub struct MetadataFormatVersion { /* private fields */ }
Expand description
The version of the format of the serialized metadata.
Trait Implementations§
Source§impl Debug for MetadataFormatVersion
impl Debug for MetadataFormatVersion
Source§impl Default for MetadataFormatVersion
impl Default for MetadataFormatVersion
Source§impl<'de> Deserialize<'de> for MetadataFormatVersion
impl<'de> Deserialize<'de> for MetadataFormatVersion
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 MetadataFormatVersion
impl PartialEq for MetadataFormatVersion
Source§impl Serialize for MetadataFormatVersion
impl Serialize for MetadataFormatVersion
impl Eq for MetadataFormatVersion
impl StructuralPartialEq for MetadataFormatVersion
Auto Trait Implementations§
impl Freeze for MetadataFormatVersion
impl RefUnwindSafe for MetadataFormatVersion
impl Send for MetadataFormatVersion
impl Sync for MetadataFormatVersion
impl Unpin for MetadataFormatVersion
impl UnwindSafe for MetadataFormatVersion
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