Struct tokio::time::delay_queue::Expired [−][src]
pub struct Expired<T> { /* fields omitted */ }
Expand description
An entry in DelayQueue
that has expired and removed.
Values are returned by DelayQueue::poll
.
Implementations
impl<T> Expired<T>
[src]
impl<T> Expired<T>
[src]Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Expired<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Expired<T> where
T: Send,
T: Send,
impl<T> Sync for Expired<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Expired<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Expired<T> where
T: UnwindSafe,
T: UnwindSafe,