pub enum DropFailAction {
Continue,
Panic,
}
Expand description
What to do when a drop fails
Variants§
Trait Implementations§
Source§impl Debug for DropFailAction
impl Debug for DropFailAction
Source§impl PartialEq for DropFailAction
impl PartialEq for DropFailAction
impl Eq for DropFailAction
impl StructuralPartialEq for DropFailAction
Auto Trait Implementations§
impl Freeze for DropFailAction
impl RefUnwindSafe for DropFailAction
impl Send for DropFailAction
impl Sync for DropFailAction
impl Unpin for DropFailAction
impl UnwindSafe for DropFailAction
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