Struct pathfinder::Network[][src]

pub struct Network<T: Draw + Hash> {
    pub elements: Vec<T>,
}

Fields

Methods

impl<T: Draw + Hash> Network<T>
[src]

impl<'a> Network<Node<'a>>
[src]

Returns if the given hash exists in the network.

Returns the index of the element.

Retrieves an element given a &str.

Trait Implementations

impl<T: Clone + Draw + Hash> Clone for Network<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug + Draw + Hash> Debug for Network<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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