Struct tsukuyomi::input::local_map::OccupiedEntry[][src]

pub struct OccupiedEntry<'a, T: Send + 'static> { /* fields omitted */ }

An occupied entry.

Methods

impl<'a, T> OccupiedEntry<'a, T> where
    T: Send + 'static, 
[src]

Important traits for &'a mut R

Important traits for &'a mut R

Important traits for &'a mut R

Trait Implementations

impl<'a, T> Debug for OccupiedEntry<'a, T> where
    T: Send + 'static + Debug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T> !Send for OccupiedEntry<'a, T>

impl<'a, T> !Sync for OccupiedEntry<'a, T>