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

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

A vacant entry.

Methods

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

Important traits for &'a mut R

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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