Struct re_animatr::re_animatr::TTLBuffer[][src]

pub struct TTLBuffer<Key> where
    Key: Eq + Hash
{ pub timeout: Duration, pub interval: Duration, pub receiver: Receiver<Key>, // some fields omitted }

Fields

Methods

impl<Key> TTLBuffer<Key> where
    Key: Eq + Hash + Sync + Send + Display + PartialEq + Clone + 'static, 
[src]

Auto Trait Implementations

impl<Key> Send for TTLBuffer<Key> where
    Key: Send

impl<Key> !Sync for TTLBuffer<Key>