pub enum Removal {
Confirmed {
already_absent: bool,
},
Unconfirmed(RemovalFailure),
}Expand description
The outcome of a confirmed-removal attempt.
Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for Removal
impl !UnwindSafe for Removal
impl Freeze for Removal
impl Send for Removal
impl Sync for Removal
impl Unpin for Removal
impl UnsafeUnpin 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