[][src]Struct hirpdag_hashconsing::BuildTableSharedMutex

pub struct BuildTableSharedMutex<D, R, T, TB, HB> { /* fields omitted */ }

Implementations

impl<D, R, T, TB, HB> BuildTableSharedMutex<D, R, T, TB, HB> where
    D: Hash + Eq + Debug,
    R: Reference<D>,
    T: Table<D, R>,
    TB: BuildTable<D, R, Table = T> + Default + Clone,
    HB: BuildHasher + Default + Clone
[src]

pub fn with_builders(table_builder: TB, hash_builder: HB) -> Self[src]

Trait Implementations

impl<D, R, T, TB, HB> BuildTableShared<D, R, T> for BuildTableSharedMutex<D, R, T, TB, HB> where
    D: Hash + Eq + Debug,
    R: Reference<D>,
    T: Table<D, R>,
    TB: BuildTable<D, R, Table = T> + Default + Clone,
    HB: BuildHasher + Default + Clone
[src]

type TableSharedType = TableSharedMutex<D, R, T, HB>

impl<D, R, T, TB, HB> Clone for BuildTableSharedMutex<D, R, T, TB, HB> where
    D: Hash + Eq + Debug,
    R: Reference<D>,
    T: Table<D, R>,
    TB: BuildTable<D, R, Table = T> + Default + Clone,
    HB: BuildHasher + Default + Clone
[src]

impl<D, R, T, TB, HB> Default for BuildTableSharedMutex<D, R, T, TB, HB> where
    D: Hash + Eq + Debug,
    R: Reference<D>,
    T: Table<D, R>,
    TB: BuildTable<D, R, Table = T> + Default + Clone,
    HB: BuildHasher + Default + Clone
[src]

Auto Trait Implementations

impl<D, R, T, TB, HB> RefUnwindSafe for BuildTableSharedMutex<D, R, T, TB, HB> where
    D: RefUnwindSafe,
    HB: RefUnwindSafe,
    R: RefUnwindSafe,
    T: RefUnwindSafe,
    TB: RefUnwindSafe
[src]

impl<D, R, T, TB, HB> Send for BuildTableSharedMutex<D, R, T, TB, HB> where
    D: Send,
    HB: Send,
    R: Send,
    T: Send,
    TB: Send
[src]

impl<D, R, T, TB, HB> Sync for BuildTableSharedMutex<D, R, T, TB, HB> where
    D: Sync,
    HB: Sync,
    R: Sync,
    T: Sync,
    TB: Sync
[src]

impl<D, R, T, TB, HB> Unpin for BuildTableSharedMutex<D, R, T, TB, HB> where
    D: Unpin,
    HB: Unpin,
    R: Unpin,
    T: Unpin,
    TB: Unpin
[src]

impl<D, R, T, TB, HB> UnwindSafe for BuildTableSharedMutex<D, R, T, TB, HB> where
    D: UnwindSafe,
    HB: UnwindSafe,
    R: UnwindSafe,
    T: UnwindSafe,
    TB: 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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.