Struct acyclic_network::LinkRefItem [] [src]

pub struct LinkRefItem<'a, N, L, EXTID> where
    N: NodeType + 'a,
    L: Copy + Debug + Send + Sized + 'a,
    EXTID: Copy + Debug + Send + Sized + Ord + 'a, 
{ /* fields omitted */ }

A LinkRefItem includes a pointer to the network, as such, it is read only.

Methods

impl<'a, N, L, EXTID> LinkRefItem<'a, N, L, EXTID> where
    N: NodeType + 'a,
    L: Copy + Debug + Send + Sized + 'a,
    EXTID: Copy + Debug + Send + Sized + Ord + 'a, 
[src]