Struct tokio::timer::delay_queue::Expired[][src]

pub struct Expired<T> { /* fields omitted */ }

An entry in DelayQueue that has expired and removed.

Values are returned by DelayQueue::poll.

Methods

impl<T> Expired<T>
[src]

Important traits for &'a mut R

Returns a reference to the inner value.

Important traits for &'a mut R

Returns a mutable reference to the inner value.

Consumes self and returns the inner value.

Trait Implementations

impl<T> Debug for Expired<T> where
    T: Debug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Expired<T> where
    T: Send

impl<T> Sync for Expired<T> where
    T: Sync