pub struct PutUpdateOp(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl PutUpdateOp
impl PutUpdateOp
pub const EDITENUMOPTION: &'static str = "editEnumOption"
Trait Implementations§
Source§impl Clone for PutUpdateOp
impl Clone for PutUpdateOp
Source§fn clone(&self) -> PutUpdateOp
fn clone(&self) -> PutUpdateOp
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 PutUpdateOp
impl Debug for PutUpdateOp
Source§impl Default for PutUpdateOp
impl Default for PutUpdateOp
Source§fn default() -> PutUpdateOp
fn default() -> PutUpdateOp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutUpdateOp
impl<'de> Deserialize<'de> for PutUpdateOp
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 PutUpdateOp
Source§impl PartialEq for PutUpdateOp
impl PartialEq for PutUpdateOp
Source§impl Serialize for PutUpdateOp
impl Serialize for PutUpdateOp
impl StructuralPartialEq for PutUpdateOp
Auto Trait Implementations§
impl Freeze for PutUpdateOp
impl RefUnwindSafe for PutUpdateOp
impl Send for PutUpdateOp
impl Sync for PutUpdateOp
impl Unpin for PutUpdateOp
impl UnsafeUnpin for PutUpdateOp
impl UnwindSafe for PutUpdateOp
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