Struct acyclic_network::Node [] [src]

pub struct Node<N: NodeType, EXTID: Copy + Debug + Send + Sized + Ord = ExternalId> { /* fields omitted */ }

Methods

impl<N: NodeType, EXTID: Copy + Debug + Send + Sized + Ord = ExternalId> Node<N, EXTID>
[src]

Trait Implementations

impl<N: Clone + NodeType, EXTID: Clone + Copy + Debug + Send + Sized + Ord> Clone for Node<N, EXTID>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<N: Debug + NodeType, EXTID: Debug + Copy + Debug + Send + Sized + Ord> Debug for Node<N, EXTID>
[src]

Formats the value using the given formatter.