pub struct MetadataBody {
pub values: BTreeMap<String, String>,
}Fields§
§values: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for MetadataBody
impl Clone for MetadataBody
Source§fn clone(&self) -> MetadataBody
fn clone(&self) -> MetadataBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MetadataBody
impl Debug for MetadataBody
Source§impl<'de> Deserialize<'de> for MetadataBody
impl<'de> Deserialize<'de> for MetadataBody
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 Eq for MetadataBody
Source§impl PartialEq for MetadataBody
impl PartialEq for MetadataBody
Source§impl Serialize for MetadataBody
impl Serialize for MetadataBody
impl StructuralPartialEq for MetadataBody
Auto Trait Implementations§
impl Freeze for MetadataBody
impl RefUnwindSafe for MetadataBody
impl Send for MetadataBody
impl Sync for MetadataBody
impl Unpin for MetadataBody
impl UnsafeUnpin for MetadataBody
impl UnwindSafe for MetadataBody
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