Struct idcontain::IdMap[][src]

pub struct IdMap<E, F: Flat> { /* fields omitted */ }

Methods

impl<E, F: Flat> IdMap<E, F>
[src]

Trait Implementations

impl<E: Debug, F: Debug + Flat> Debug for IdMap<E, F>
[src]

Formats the value using the given formatter. Read more

impl<E, F: Flat> Default for IdMap<E, F>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<E, F> Send for IdMap<E, F> where
    E: Send,
    F: Send

impl<E, F> Sync for IdMap<E, F> where
    E: Sync,
    F: Sync