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] 
impl<T> Expired<T>ⓘImportant traits for &'a mut Wpub fn get_ref(&self) -> &T[src] 
ⓘImportant traits for &'a mut W
pub fn get_ref(&self) -> &TReturns a reference to the inner value.
ⓘImportant traits for &'a mut Wpub fn get_mut(&mut self) -> &mut T[src] 
ⓘImportant traits for &'a mut W
pub fn get_mut(&mut self) -> &mut TReturns a mutable reference to the inner value.
pub fn into_inner(self) -> T[src] 
pub fn into_inner(self) -> TConsumes self and returns the inner value.