Struct ego_tree::NodeId
[−]
[src]
pub struct NodeId<T> { /* fields omitted */ }Opaque node ID.
Acts as a weak reference not tied to the lifetime of the tree. Using a
NodeId is therefore unsafe.
Trait Implementations
impl<T: Debug> Debug for NodeId<T>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<T> Copy for NodeId<T>[src]
impl<T> Clone for NodeId<T>[src]
fn clone(&self) -> Self[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<T> Eq for NodeId<T>[src]
impl<T> PartialEq for NodeId<T>[src]
fn eq(&self, other: &Self) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.