pub struct DockNodeId(/* private fields */);Trait Implementations§
Source§impl Clone for DockNodeId
impl Clone for DockNodeId
Source§fn clone(&self) -> DockNodeId
fn clone(&self) -> DockNodeId
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 DockNodeId
impl Debug for DockNodeId
Source§impl Default for DockNodeId
impl Default for DockNodeId
Source§fn default() -> DockNodeId
fn default() -> DockNodeId
Returns the “default value” for a type. Read more
Source§impl From<KeyData> for DockNodeId
impl From<KeyData> for DockNodeId
Source§impl Hash for DockNodeId
impl Hash for DockNodeId
Source§impl Key for DockNodeId
impl Key for DockNodeId
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moreSource§impl Ord for DockNodeId
impl Ord for DockNodeId
Source§fn cmp(&self, other: &DockNodeId) -> Ordering
fn cmp(&self, other: &DockNodeId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DockNodeId
impl PartialEq for DockNodeId
Source§impl PartialOrd for DockNodeId
impl PartialOrd for DockNodeId
impl Copy for DockNodeId
impl Eq for DockNodeId
impl StructuralPartialEq for DockNodeId
Auto Trait Implementations§
impl Freeze for DockNodeId
impl RefUnwindSafe for DockNodeId
impl Send for DockNodeId
impl Sync for DockNodeId
impl Unpin for DockNodeId
impl UnsafeUnpin for DockNodeId
impl UnwindSafe for DockNodeId
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