pub struct EdgeCut { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EdgeCut
impl RefUnwindSafe for EdgeCut
impl !Send for EdgeCut
impl !Sync for EdgeCut
impl Unpin for EdgeCut
impl UnwindSafe for EdgeCut
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