[][src]Struct hirpdag_hashconsing::TableSharedMutex

pub struct TableSharedMutex<D, R, T, HB = BuildHasherDefault<DefaultHasher>> where
    D: Hash + Eq + Debug,
    R: Reference<D>,
    T: Table<D, R>,
    HB: BuildHasher + Default + Clone
{ /* fields omitted */ }

Trait Implementations

impl<D, R, T, HB> TableShared<D, R, T> for TableSharedMutex<D, R, T, HB> where
    D: Hash + Eq + Debug,
    R: Reference<D>,
    T: Table<D, R>,
    HB: BuildHasher + Default + Clone
[src]

Auto Trait Implementations

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

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

impl<D, R, T, HB> Sync for TableSharedMutex<D, R, T, HB> where
    D: Sync,
    HB: Sync,
    R: Sync,
    T: Send
[src]

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

impl<D, R, T, HB> UnwindSafe for TableSharedMutex<D, R, T, HB> where
    D: UnwindSafe,
    HB: UnwindSafe,
    R: 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.