pub struct MetadataFormat { /* private fields */ }
Expand description
Information about the format of the JSON-serialized metadata.
Trait Implementations§
Source§impl Debug for MetadataFormat
impl Debug for MetadataFormat
Source§impl Default for MetadataFormat
impl Default for MetadataFormat
Source§fn default() -> MetadataFormat
fn default() -> MetadataFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MetadataFormat
impl<'de> Deserialize<'de> for MetadataFormat
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 MetadataFormat
impl PartialEq for MetadataFormat
Source§impl Serialize for MetadataFormat
impl Serialize for MetadataFormat
impl Eq for MetadataFormat
impl StructuralPartialEq for MetadataFormat
Auto Trait Implementations§
impl Freeze for MetadataFormat
impl RefUnwindSafe for MetadataFormat
impl Send for MetadataFormat
impl Sync for MetadataFormat
impl Unpin for MetadataFormat
impl UnwindSafe for MetadataFormat
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