Struct sharded_slab::Entry [−][src]
pub struct Entry<'a, T, C: Config = DefaultConfig> { /* fields omitted */ }
A handle that allows access to an object in a slab.
While the guard exists, it indicates to the slab that the item the guard references is currently being accessed. If the item is removed from the slab while a guard exists, the removal will be deferred until all guards are dropped.
Implementations
impl<'a, T, C: Config> Entry<'a, T, C>
[src]
impl<'a, T, C: Config> Entry<'a, T, C>
[src]