Struct ruyi::slab::Slab [] [src]

pub struct Slab<T, I = usize> { /* fields omitted */ }

Methods

impl<T, I> Slab<T, I>
[src]

impl<T, I: From<usize> + Into<usize>> Slab<T, I>
[src]

Trait Implementations

impl<T: Debug, I: Debug> Debug for Slab<T, I>
[src]

Formats the value using the given formatter.

impl<T: Send, I> Send for Slab<T, I>
[src]

impl<T, I: From<usize> + Into<usize>> Index<I> for Slab<T, I>
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl<T, I: From<usize> + Into<usize>> IndexMut<I> for Slab<T, I>
[src]

The method for the mutable indexing (container[index]) operation