pub struct SetNodeNameReturns {
pub nodeId: NodeId,
}Expand description
Sets node name for a node with given id.
Fields§
§nodeId: NodeIdNew node’s id.
Trait Implementations§
Source§impl Clone for SetNodeNameReturns
impl Clone for SetNodeNameReturns
Source§fn clone(&self) -> SetNodeNameReturns
fn clone(&self) -> SetNodeNameReturns
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 SetNodeNameReturns
impl Debug for SetNodeNameReturns
Source§impl Default for SetNodeNameReturns
impl Default for SetNodeNameReturns
Source§fn default() -> SetNodeNameReturns
fn default() -> SetNodeNameReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetNodeNameReturns
impl<'de> Deserialize<'de> for SetNodeNameReturns
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 SetNodeNameReturns
impl RefUnwindSafe for SetNodeNameReturns
impl Send for SetNodeNameReturns
impl Sync for SetNodeNameReturns
impl Unpin for SetNodeNameReturns
impl UnsafeUnpin for SetNodeNameReturns
impl UnwindSafe for SetNodeNameReturns
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