pub struct DocumentUpdateInAttributesValue {}Implementations§
Trait Implementations§
Source§impl Clone for DocumentUpdateInAttributesValue
impl Clone for DocumentUpdateInAttributesValue
Source§fn clone(&self) -> DocumentUpdateInAttributesValue
fn clone(&self) -> DocumentUpdateInAttributesValue
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 Default for DocumentUpdateInAttributesValue
impl Default for DocumentUpdateInAttributesValue
Source§fn default() -> DocumentUpdateInAttributesValue
fn default() -> DocumentUpdateInAttributesValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DocumentUpdateInAttributesValue
impl<'de> Deserialize<'de> for DocumentUpdateInAttributesValue
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 PartialEq for DocumentUpdateInAttributesValue
impl PartialEq for DocumentUpdateInAttributesValue
Source§fn eq(&self, other: &DocumentUpdateInAttributesValue) -> bool
fn eq(&self, other: &DocumentUpdateInAttributesValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DocumentUpdateInAttributesValue
Auto Trait Implementations§
impl Freeze for DocumentUpdateInAttributesValue
impl RefUnwindSafe for DocumentUpdateInAttributesValue
impl Send for DocumentUpdateInAttributesValue
impl Sync for DocumentUpdateInAttributesValue
impl Unpin for DocumentUpdateInAttributesValue
impl UnsafeUnpin for DocumentUpdateInAttributesValue
impl UnwindSafe for DocumentUpdateInAttributesValue
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