[][src]Struct idmap::RawDebug

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]

Auto Trait Implementations

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

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

impl<'a, K, V, T> Unpin for RawDebug<'a, K, V, T>

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

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.