Struct petgraph::algo::NegativeCycle
source · [−]pub struct NegativeCycle(pub ());
Expand description
An algorithm error: a cycle of negative weights was found in the graph.
Tuple Fields
0: ()
Trait Implementations
sourceimpl Clone for NegativeCycle
impl Clone for NegativeCycle
sourcefn clone(&self) -> NegativeCycle
fn clone(&self) -> NegativeCycle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NegativeCycle
impl Debug for NegativeCycle
sourceimpl PartialEq<NegativeCycle> for NegativeCycle
impl PartialEq<NegativeCycle> for NegativeCycle
sourcefn eq(&self, other: &NegativeCycle) -> bool
fn eq(&self, other: &NegativeCycle) -> bool
impl StructuralPartialEq for NegativeCycle
Auto Trait Implementations
impl RefUnwindSafe for NegativeCycle
impl Send for NegativeCycle
impl Sync for NegativeCycle
impl Unpin for NegativeCycle
impl UnwindSafe for NegativeCycle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more