pub struct MaxFlow<Node, Edge> { /* private fields */ }Implementations§
Trait Implementations§
impl<Node: Eq, Edge: Eq> Eq for MaxFlow<Node, Edge>
impl<Node: PartialEq, Edge: PartialEq> StructuralPartialEq for MaxFlow<Node, Edge>
Auto Trait Implementations§
impl<Node, Edge> Freeze for MaxFlow<Node, Edge>
impl<Node, Edge> RefUnwindSafe for MaxFlow<Node, Edge>where
Node: RefUnwindSafe,
Edge: RefUnwindSafe,
impl<Node, Edge> Send for MaxFlow<Node, Edge>
impl<Node, Edge> Sync for MaxFlow<Node, Edge>
impl<Node, Edge> Unpin for MaxFlow<Node, Edge>
impl<Node, Edge> UnsafeUnpin for MaxFlow<Node, Edge>
impl<Node, Edge> UnwindSafe for MaxFlow<Node, Edge>where
Node: UnwindSafe,
Edge: UnwindSafe,
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