Struct wood::wooder::TaggedHashMapBi[][src]

pub struct TaggedHashMapBi<'a, KeyTran, ValTran>(_, _, _);

Trait Implementations

impl<'a, KeyTran: Clone, ValTran: Clone> Clone for TaggedHashMapBi<'a, KeyTran, ValTran>[src]

impl<'a, K, V, KeyTran, ValTran> Dewooder<HashMap<K, V, RandomState>> for TaggedHashMapBi<'a, KeyTran, ValTran> where
    KeyTran: Dewooder<K>,
    ValTran: Dewooder<V>,
    K: Eq + Hash,
    V: Eq + Hash
[src]

impl<'a, K, V, KeyTran, ValTran> Wooder<HashMap<K, V, RandomState>> for TaggedHashMapBi<'a, KeyTran, ValTran> where
    KeyTran: Wooder<K>,
    ValTran: Wooder<V>,
    K: Eq + Hash,
    V: Eq + Hash
[src]

Auto Trait Implementations

impl<'a, KeyTran, ValTran> RefUnwindSafe for TaggedHashMapBi<'a, KeyTran, ValTran> where
    KeyTran: RefUnwindSafe,
    ValTran: RefUnwindSafe

impl<'a, KeyTran, ValTran> Send for TaggedHashMapBi<'a, KeyTran, ValTran> where
    KeyTran: Send,
    ValTran: Send

impl<'a, KeyTran, ValTran> Sync for TaggedHashMapBi<'a, KeyTran, ValTran> where
    KeyTran: Sync,
    ValTran: Sync

impl<'a, KeyTran, ValTran> Unpin for TaggedHashMapBi<'a, KeyTran, ValTran> where
    KeyTran: Unpin,
    ValTran: Unpin

impl<'a, KeyTran, ValTran> UnwindSafe for TaggedHashMapBi<'a, KeyTran, ValTran> where
    KeyTran: UnwindSafe,
    ValTran: UnwindSafe

Blanket Implementations

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

impl<T, X> Biwooder<T> for X where
    X: Wooder<T> + Dewooder<T>, 
[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.