pub enum DropPosition {
Panic(LocationId),
Diverge(LocationId),
}
Variants§
Panic(LocationId)
Diverge(LocationId)
Trait Implementations§
source§impl Clone for DropPosition
impl Clone for DropPosition
source§fn clone(&self) -> DropPosition
fn clone(&self) -> DropPosition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DropPosition
impl Debug for DropPosition
impl Copy for DropPosition
Auto Trait Implementations§
impl RefUnwindSafe for DropPosition
impl Send for DropPosition
impl Sync for DropPosition
impl Unpin for DropPosition
impl UnwindSafe for DropPosition
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