Struct rs_graph::linkedlistgraph::Node [] [src]

pub struct Node<ID = u32>(_)
where
    ID: PrimInt + Unsigned
;

Node of a linked list graph.

This is basically a newtype of the node index.

Methods

impl<ID> Node<ID> where
    ID: PrimInt + Unsigned
[src]

[src]

Trait Implementations

impl<ID: PartialEq> PartialEq for Node<ID> where
    ID: PrimInt + Unsigned
[src]

[src]

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

[src]

This method tests for !=.

impl<ID: Eq> Eq for Node<ID> where
    ID: PrimInt + Unsigned
[src]

impl<ID: Clone> Clone for Node<ID> where
    ID: PrimInt + Unsigned
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<ID: Copy> Copy for Node<ID> where
    ID: PrimInt + Unsigned
[src]

impl<ID: Debug> Debug for Node<ID> where
    ID: PrimInt + Unsigned
[src]

[src]

Formats the value using the given formatter.

impl<ID: Hash> Hash for Node<ID> where
    ID: PrimInt + Unsigned
[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

impl<ID> Node for Node<ID> where
    ID: PrimInt + Unsigned
[src]

impl<ID> Display for Node<ID> where
    ID: PrimInt + Unsigned + Display
[src]

[src]

Formats the value using the given formatter. Read more