Struct acyclic_network::Link [] [src]

pub struct Link<L, EXTID> where
    L: Copy + Debug + Send + Sized,
    EXTID: Copy + Debug + Send + Sized + Ord
{ /* fields omitted */ }

Methods

impl<L, EXTID> Link<L, EXTID> where
    L: Copy + Debug + Send + Sized,
    EXTID: Copy + Debug + Send + Sized + Ord
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<L: Clone, EXTID: Clone> Clone for Link<L, EXTID> where
    L: Copy + Debug + Send + Sized,
    EXTID: Copy + Debug + Send + Sized + Ord
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<L: Debug, EXTID: Debug> Debug for Link<L, EXTID> where
    L: Copy + Debug + Send + Sized,
    EXTID: Copy + Debug + Send + Sized + Ord
[src]

[src]

Formats the value using the given formatter.