pub struct MetadataEntryJson {
pub field_id: u16,
pub value: MetadataValueJson,
}Fields§
§field_id: u16§value: MetadataValueJsonTrait Implementations§
Source§impl<'de> Deserialize<'de> for MetadataEntryJson
impl<'de> Deserialize<'de> for MetadataEntryJson
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
Auto Trait Implementations§
impl Freeze for MetadataEntryJson
impl RefUnwindSafe for MetadataEntryJson
impl Send for MetadataEntryJson
impl Sync for MetadataEntryJson
impl Unpin for MetadataEntryJson
impl UnwindSafe for MetadataEntryJson
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