pub struct DropQueue { /* private fields */ }Implementations§
Source§impl DropQueue
impl DropQueue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DropQueue
impl !RefUnwindSafe for DropQueue
impl Send for DropQueue
impl Sync for DropQueue
impl Unpin for DropQueue
impl !UnwindSafe for DropQueue
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