pub struct Removal {}
Expand description
Marker type for edge removal.
Auto Trait Implementations§
impl Freeze for Removal
impl RefUnwindSafe for Removal
impl Send for Removal
impl Sync for Removal
impl Unpin for Removal
impl UnwindSafe for Removal
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