Struct rust_graph::graph::AdjListGraph [] [src]

pub struct AdjListGraph<V = (), E = ()> { /* fields omitted */ }

Methods

impl<V: Clone, E: Clone + Ord> AdjListGraph<V, E>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<V: Clone + PartialEq, E: Clone + PartialEq + Ord> PartialEq for AdjListGraph<V, E>
[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<V: Clone + Eq, E: Clone + Eq + Ord> Eq for AdjListGraph<V, E>
[src]

impl<V: Clone, E: Clone + Ord + Debug> Debug for AdjListGraph<V, E>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<V, E> Send for AdjListGraph<V, E> where
    E: Send,
    V: Send

impl<V, E> Sync for AdjListGraph<V, E> where
    E: Sync,
    V: Sync