pub struct SetNodeNameReturn { /* 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 SetNodeNameReturn
impl Clone for SetNodeNameReturn
Source§fn clone(&self) -> SetNodeNameReturn
fn clone(&self) -> SetNodeNameReturn
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 SetNodeNameReturn
impl Debug for SetNodeNameReturn
Source§impl Deref for SetNodeNameReturn
impl Deref for SetNodeNameReturn
Source§impl<'de> Deserialize<'de> for SetNodeNameReturn
impl<'de> Deserialize<'de> for SetNodeNameReturn
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 SetNodeNameReturn
impl RefUnwindSafe for SetNodeNameReturn
impl Send for SetNodeNameReturn
impl Sync for SetNodeNameReturn
impl Unpin for SetNodeNameReturn
impl UnwindSafe for SetNodeNameReturn
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