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]

[src]

Formats the value using the given formatter. Read more

impl<T> Copy for NodeId<T>
[src]

impl<T> Clone for NodeId<T>
[src]

[src]

Returns a copy of the value. Read more

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]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl<T> Hash for NodeId<T>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl<T> Send for NodeId<T> where
    T: Send

impl<T> Sync for NodeId<T> where
    T: Sync