[][src]Struct hirpdag_hashconsing::BuildTableSharedDefault

pub struct BuildTableSharedDefault<TS>(_);

Trait Implementations

impl<D, R, T, TS> BuildTableShared<D, R, T> for BuildTableSharedDefault<TS> where
    D: Hash + Eq + Debug,
    R: Reference<D>,
    T: Table<D, R>,
    TS: TableShared<D, R, T> + Default
[src]

type TableSharedType = TS

Auto Trait Implementations

impl<TS> RefUnwindSafe for BuildTableSharedDefault<TS> where
    TS: RefUnwindSafe
[src]

impl<TS> Send for BuildTableSharedDefault<TS> where
    TS: Send
[src]

impl<TS> Sync for BuildTableSharedDefault<TS> where
    TS: Sync
[src]

impl<TS> Unpin for BuildTableSharedDefault<TS> where
    TS: Unpin
[src]

impl<TS> UnwindSafe for BuildTableSharedDefault<TS> where
    TS: 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.