pub struct MetadataModification {
pub type: MetadataModificationType,
pub key: String,
pub value: String,
}👎Deprecated since 0.1.2: use
metadata_entry insteadFields§
§type: MetadataModificationType👎Deprecated since 0.1.2: use
§metadata_entry insteadkey: String👎Deprecated since 0.1.2: use
§metadata_entry insteadvalue: String👎Deprecated since 0.1.2: use
metadata_entry insteadImplementations§
Trait Implementations§
Source§impl Clone for MetadataModification
impl Clone for MetadataModification
Source§fn clone(&self) -> MetadataModification
fn clone(&self) -> MetadataModification
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 MetadataModification
impl Debug for MetadataModification
Source§impl<'de> Deserialize<'de> for MetadataModification
impl<'de> Deserialize<'de> for MetadataModification
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 Display for MetadataModification
impl Display for MetadataModification
Auto Trait Implementations§
impl Freeze for MetadataModification
impl RefUnwindSafe for MetadataModification
impl Send for MetadataModification
impl Sync for MetadataModification
impl Unpin for MetadataModification
impl UnwindSafe for MetadataModification
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