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