Enum petgraph::Undirected
[−]
[src]
pub enum Undirected {}
Marker type for an undirected graph.
Trait Implementations
impl Copy for Undirected
[src]
impl Copy for Undirected
impl Debug for Undirected
[src]
impl Debug for Undirected
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Undirected
[src]
impl Clone for Undirected
fn clone(&self) -> Self
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl EdgeType for Undirected
[src]
impl EdgeType for Undirected
fn is_directed() -> bool
[src]
fn is_directed() -> bool
Auto Trait Implementations
impl Send for Undirected
impl Send for Undirected
impl Sync for Undirected
impl Sync for Undirected