pub struct MetaEntry {
pub name: String,
pub value: String,
}Expand description
Metadata key-value entry
Fields§
§name: StringMetadata field name
value: StringMetadata field value
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MetaEntry
impl<'de> Deserialize<'de> for MetaEntry
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
impl StructuralPartialEq for MetaEntry
Auto Trait Implementations§
impl Freeze for MetaEntry
impl RefUnwindSafe for MetaEntry
impl Send for MetaEntry
impl Sync for MetaEntry
impl Unpin for MetaEntry
impl UnwindSafe for MetaEntry
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