[][src]Struct hirpdag_hashconsing::TableHashmapFallbackWeak

pub struct TableHashmapFallbackWeak<D: Hash + Eq + Debug, R: Reference<D>, RW: ReferenceWeak<D, R>, T: Table<D, R> + Default> { /* fields omitted */ }

Trait Implementations

impl<D, R, RW, T> Default for TableHashmapFallbackWeak<D, R, RW, T> where
    D: Hash + Eq + Debug,
    R: Reference<D>,
    RW: ReferenceWeak<D, R>,
    T: Table<D, R> + Default
[src]

impl<D, R, RW, T> Table<D, R> for TableHashmapFallbackWeak<D, R, RW, T> where
    D: Hash + Eq + Debug,
    R: Reference<D>,
    RW: ReferenceWeak<D, R>,
    T: Table<D, R> + Default
[src]

Auto Trait Implementations

impl<D, R, RW, T> RefUnwindSafe for TableHashmapFallbackWeak<D, R, RW, T> where
    D: RefUnwindSafe,
    R: RefUnwindSafe,
    RW: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<D, R, RW, T> Send for TableHashmapFallbackWeak<D, R, RW, T> where
    D: Send,
    R: Send,
    RW: Send,
    T: Send
[src]

impl<D, R, RW, T> Sync for TableHashmapFallbackWeak<D, R, RW, T> where
    D: Sync,
    R: Sync,
    RW: Sync,
    T: Sync
[src]

impl<D, R, RW, T> Unpin for TableHashmapFallbackWeak<D, R, RW, T> where
    D: Unpin,
    R: Unpin,
    RW: Unpin,
    T: Unpin
[src]

impl<D, R, RW, T> UnwindSafe for TableHashmapFallbackWeak<D, R, RW, T> where
    D: UnwindSafe,
    R: UnwindSafe,
    RW: UnwindSafe,
    T: UnwindSafe
[src]

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.