Struct petgraph::algo::NegativeCycle
[−]
[src]
pub struct NegativeCycle(_);
An algorithm error: a cycle of negative weights was found in the graph.
Trait Implementations
impl Clone for NegativeCycle[src]
fn clone(&self) -> NegativeCycle[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for NegativeCycle[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for NegativeCycle[src]
fn eq(&self, __arg_0: &NegativeCycle) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &NegativeCycle) -> bool[src]
This method tests for !=.