pub struct CommandNodeId(/* private fields */);Trait Implementations§
Source§impl Clone for CommandNodeId
impl Clone for CommandNodeId
Source§fn clone(&self) -> CommandNodeId
fn clone(&self) -> CommandNodeId
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 CommandNodeId
impl Debug for CommandNodeId
Source§impl From<CommandNodeId> for NodeTarget
impl From<CommandNodeId> for NodeTarget
Source§fn from(value: CommandNodeId) -> Self
fn from(value: CommandNodeId) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CommandNodeId
impl PartialEq for CommandNodeId
impl Copy for CommandNodeId
impl Eq for CommandNodeId
impl StructuralPartialEq for CommandNodeId
Auto Trait Implementations§
impl Freeze for CommandNodeId
impl RefUnwindSafe for CommandNodeId
impl Send for CommandNodeId
impl Sync for CommandNodeId
impl Unpin for CommandNodeId
impl UnwindSafe for CommandNodeId
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