Struct petgraph::Directed [−] [src]

pub struct Directed;

Marker type for a directed graph.

Trait Implementations

impl EdgeType for Directed

fn is_directed() -> bool

Derived Implementations

impl Debug for Directed

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Directed

fn clone(&self) -> Directed

fn clone_from(&mut self, source: &Self)

impl Copy for Directed