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]

Returns a reference to the inner value.

Returns a mutable reference to the inner value.

Consumes self and returns the inner value.

Trait Implementations

impl<T: Debug> Debug for Expired<T>
[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