pub struct NodeHandle { /* private fields */ }
Expand description
Used by users to keep track of nodes that are saved in the DAG.
Implementations§
Trait Implementations§
Source§impl Clone for NodeHandle
impl Clone for NodeHandle
Source§fn clone(&self) -> NodeHandle
fn clone(&self) -> NodeHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NodeHandle
impl Debug for NodeHandle
Source§impl Default for NodeHandle
impl Default for NodeHandle
Source§fn default() -> NodeHandle
fn default() -> NodeHandle
Returns the “default value” for a type. Read more
Source§impl From<usize> for NodeHandle
impl From<usize> for NodeHandle
Source§impl Hash for NodeHandle
impl Hash for NodeHandle
Source§impl Ord for NodeHandle
impl Ord for NodeHandle
Source§fn cmp(&self, other: &NodeHandle) -> Ordering
fn cmp(&self, other: &NodeHandle) -> 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 NodeHandle
impl PartialEq for NodeHandle
Source§impl PartialOrd for NodeHandle
impl PartialOrd for NodeHandle
impl Copy for NodeHandle
impl Eq for NodeHandle
impl StructuralPartialEq for NodeHandle
Auto Trait Implementations§
impl Freeze for NodeHandle
impl RefUnwindSafe for NodeHandle
impl Send for NodeHandle
impl Sync for NodeHandle
impl Unpin for NodeHandle
impl UnwindSafe for NodeHandle
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