pub struct DropUndecided;Expand description
The marker of an UpdateOutcome that has not decided what to drop outside the lock yet.
Auto Trait Implementations§
impl Freeze for DropUndecided
impl RefUnwindSafe for DropUndecided
impl Send for DropUndecided
impl Sync for DropUndecided
impl Unpin for DropUndecided
impl UnsafeUnpin for DropUndecided
impl UnwindSafe for DropUndecided
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