Struct idmap::RawDebug[][src]

pub struct RawDebug<'a, K: IntegerId + 'a, V: 'a, T: 'a + EntryTable<K, V>>(_);

A wrapper to debug the underlying representation of an IdMap

Trait Implementations

impl<'a, K, V, T> Debug for RawDebug<'a, K, V, T> where
    K: IntegerId + Debug,
    V: Debug,
    T: EntryTable<K, V>,
    K: 'a,
    V: 'a,
    T: 'a, 
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, K, V, T> Send for RawDebug<'a, K, V, T> where
    K: Sync,
    T: Sync,
    V: Sync

impl<'a, K, V, T> Sync for RawDebug<'a, K, V, T> where
    K: Sync,
    T: Sync,
    V: Sync