pub enum BipartiteCheckError {
NotTwoColorable,
UnreachableNodes,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BipartiteCheckError
impl RefUnwindSafe for BipartiteCheckError
impl Send for BipartiteCheckError
impl Sync for BipartiteCheckError
impl Unpin for BipartiteCheckError
impl UnwindSafe for BipartiteCheckError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more