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