pub struct LocalKCut { /* private fields */ }Expand description
Local K-Cut oracle for approximate min-cut
Implementations§
Auto Trait Implementations§
impl Freeze for LocalKCut
impl RefUnwindSafe for LocalKCut
impl Send for LocalKCut
impl Sync for LocalKCut
impl Unpin for LocalKCut
impl UnsafeUnpin for LocalKCut
impl UnwindSafe for LocalKCut
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