Struct rs_graph::shortestpath::dijkstra::NodeItem[][src]

pub struct NodeItem<Node: Copy, Edge: Copy, W: Copy + PartialOrd> { /* fields omitted */ }

Trait Implementations

impl<Node: Clone + Copy, Edge: Clone + Copy, W: Clone + Copy + PartialOrd> Clone for NodeItem<Node, Edge, W>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Node: Copy + Copy, Edge: Copy + Copy, W: Copy + Copy + PartialOrd> Copy for NodeItem<Node, Edge, W>
[src]

impl<Node: Copy, Edge: Copy, W: PartialOrd + Copy> PartialEq for NodeItem<Node, Edge, W>
[src]

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

This method tests for !=.

impl<Node: Copy, Edge: Copy, W: PartialOrd + Copy> PartialOrd for NodeItem<Node, Edge, W>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

impl<Node, Edge, W> Send for NodeItem<Node, Edge, W> where
    Edge: Send,
    Node: Send,
    W: Send

impl<Node, Edge, W> Sync for NodeItem<Node, Edge, W> where
    Edge: Sync,
    Node: Sync,
    W: Sync