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