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

pub struct Key { /* fields omitted */ }

Token to a value stored in a DelayQueue.

Instances of Key are returned by DelayQueue::insert. See DelayQueue documentation for more details.

Trait Implementations

impl Debug for Key
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Key

impl Sync for Key