pub struct Dinitz {
pub g: Vec<Vec<Edge>>,
}Fields§
§g: Vec<Vec<Edge>>Implementations§
Auto Trait Implementations§
impl Freeze for Dinitz
impl RefUnwindSafe for Dinitz
impl Send for Dinitz
impl Sync for Dinitz
impl Unpin for Dinitz
impl UnsafeUnpin for Dinitz
impl UnwindSafe for Dinitz
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