pub struct SetNodeValueCommand { /* private fields */ }Available on crate features
DOM and Runtime only.Expand description
Sets node value for a node with given id.
Implementations§
Trait Implementations§
Source§impl Clone for SetNodeValueCommand
impl Clone for SetNodeValueCommand
Source§fn clone(&self) -> SetNodeValueCommand
fn clone(&self) -> SetNodeValueCommand
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 Command for SetNodeValueCommand
impl Command for SetNodeValueCommand
Source§impl Debug for SetNodeValueCommand
impl Debug for SetNodeValueCommand
Source§impl<'de> Deserialize<'de> for SetNodeValueCommand
impl<'de> Deserialize<'de> for SetNodeValueCommand
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
Auto Trait Implementations§
impl Freeze for SetNodeValueCommand
impl RefUnwindSafe for SetNodeValueCommand
impl Send for SetNodeValueCommand
impl Sync for SetNodeValueCommand
impl Unpin for SetNodeValueCommand
impl UnwindSafe for SetNodeValueCommand
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