Enum petgraph::Undirected[][src]

pub enum Undirected {}

Marker type for an undirected graph.

Trait Implementations

impl Copy for Undirected
[src]

impl Debug for Undirected
[src]

Formats the value using the given formatter. Read more

impl Clone for Undirected
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl EdgeType for Undirected
[src]

Auto Trait Implementations

impl Send for Undirected

impl Sync for Undirected