Struct rs_graph::linkedlistgraph::Edge[][src]

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

Edge of a linked list graph.

This is basically a newtype of the arc index. Note that e == g.reverse(e).

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter. Read more

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

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

This method tests for !=.

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

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

Formats the value using the given formatter. Read more

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

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

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

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

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

Auto Trait Implementations

impl<ID> Send for Edge<ID> where
    ID: Send

impl<ID> Sync for Edge<ID> where
    ID: Sync