Struct rs_graph::vecgraph::VecGraphBuilder [−][src]
pub struct VecGraphBuilder<ID> { /* fields omitted */ }A builder for a VecGraph.
The basic task is to arrange the final outgoing and incoming edges in the linked lists appropriately (i.e. first outgoing, then incoming edges).
Trait Implementations
impl<ID> Builder for VecGraphBuilder<ID> where
ID: PrimInt + Unsigned, [src]
impl<ID> Builder for VecGraphBuilder<ID> where
ID: PrimInt + Unsigned, [src]Auto Trait Implementations
impl<ID> RefUnwindSafe for VecGraphBuilder<ID> where
ID: RefUnwindSafe,
ID: RefUnwindSafe,
impl<ID> Send for VecGraphBuilder<ID> where
ID: Send,
ID: Send,
impl<ID> Sync for VecGraphBuilder<ID> where
ID: Sync,
ID: Sync,
impl<ID> Unpin for VecGraphBuilder<ID> where
ID: Unpin,
ID: Unpin,
impl<ID> UnwindSafe for VecGraphBuilder<ID> where
ID: UnwindSafe,
ID: UnwindSafe,