pub struct JsonMapMetadata(/* private fields */);Expand description
A simple wrapper around a JSON map to represent task metadata
Trait Implementations§
Source§impl Clone for JsonMapMetadata
impl Clone for JsonMapMetadata
Source§fn clone(&self) -> JsonMapMetadata
fn clone(&self) -> JsonMapMetadata
Returns a duplicate of the value. Read more
1.0.0 · 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 JsonMapMetadata
impl Debug for JsonMapMetadata
Source§impl Default for JsonMapMetadata
impl Default for JsonMapMetadata
Source§fn default() -> JsonMapMetadata
fn default() -> JsonMapMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JsonMapMetadata
impl<'de> Deserialize<'de> for JsonMapMetadata
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<T: Serialize + for<'de> Deserialize<'de>> MetadataExt<T> for JsonMapMetadata
impl<T: Serialize + for<'de> Deserialize<'de>> MetadataExt<T> for JsonMapMetadata
Source§impl PartialEq for JsonMapMetadata
impl PartialEq for JsonMapMetadata
Source§impl Serialize for JsonMapMetadata
impl Serialize for JsonMapMetadata
impl Eq for JsonMapMetadata
impl StructuralPartialEq for JsonMapMetadata
Auto Trait Implementations§
impl Freeze for JsonMapMetadata
impl RefUnwindSafe for JsonMapMetadata
impl Send for JsonMapMetadata
impl Sync for JsonMapMetadata
impl Unpin for JsonMapMetadata
impl UnwindSafe for JsonMapMetadata
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