pub enum SetNodeValueMethod {
SetNodeValue,
}Variants§
SetNodeValue
Trait Implementations§
Source§impl Clone for SetNodeValueMethod
impl Clone for SetNodeValueMethod
Source§fn clone(&self) -> SetNodeValueMethod
fn clone(&self) -> SetNodeValueMethod
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 SetNodeValueMethod
impl Debug for SetNodeValueMethod
Source§impl<'de> Deserialize<'de> for SetNodeValueMethod
impl<'de> Deserialize<'de> for SetNodeValueMethod
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 SetNodeValueMethod
impl PartialEq for SetNodeValueMethod
Source§impl Serialize for SetNodeValueMethod
impl Serialize for SetNodeValueMethod
impl StructuralPartialEq for SetNodeValueMethod
Auto Trait Implementations§
impl Freeze for SetNodeValueMethod
impl RefUnwindSafe for SetNodeValueMethod
impl Send for SetNodeValueMethod
impl Sync for SetNodeValueMethod
impl Unpin for SetNodeValueMethod
impl UnsafeUnpin for SetNodeValueMethod
impl UnwindSafe for SetNodeValueMethod
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