pub struct SetNodeName { /* private fields */ }Expand description
Sets node name for a node with given id.
Implementations§
Trait Implementations§
Source§impl Clone for SetNodeName
impl Clone for SetNodeName
Source§fn clone(&self) -> SetNodeName
fn clone(&self) -> SetNodeName
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 SetNodeName
impl Debug for SetNodeName
Source§impl Method for SetNodeName
impl Method for SetNodeName
Source§type Response = SetNodeNameResponse
type Response = SetNodeNameResponse
Response type for this method
Auto Trait Implementations§
impl Freeze for SetNodeName
impl RefUnwindSafe for SetNodeName
impl Send for SetNodeName
impl Sync for SetNodeName
impl Unpin for SetNodeName
impl UnsafeUnpin for SetNodeName
impl UnwindSafe for SetNodeName
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