[][src]Struct tree_buf::internal::types::hashmap::HashMapArrayWriter

pub struct HashMapArrayWriter<'a, K, V, S> { /* fields omitted */ }

Trait Implementations

impl<'a, K: Debug, V: Debug, S: Debug> Debug for HashMapArrayWriter<'a, K, V, S>[src]

impl<'a, K: Default, V: Default, S: Default> Default for HashMapArrayWriter<'a, K, V, S>[src]

impl<'a, K: WriterArray<'a>, V: WriterArray<'a>, S: Default + BuildHasher> WriterArray<'a> for HashMapArrayWriter<'a, K, V, S>[src]

type Write = HashMap<K::Write, V::Write, S>

Auto Trait Implementations

impl<'a, K, V, S> RefUnwindSafe for HashMapArrayWriter<'a, K, V, S> where
    K: RefUnwindSafe,
    S: RefUnwindSafe,
    V: RefUnwindSafe

impl<'a, K, V, S> Send for HashMapArrayWriter<'a, K, V, S> where
    K: Send,
    V: Send

impl<'a, K, V, S> !Sync for HashMapArrayWriter<'a, K, V, S>

impl<'a, K, V, S> Unpin for HashMapArrayWriter<'a, K, V, S> where
    K: Unpin,
    V: Unpin

impl<'a, K, V, S> UnwindSafe for HashMapArrayWriter<'a, K, V, S> where
    K: UnwindSafe,
    S: RefUnwindSafe,
    V: UnwindSafe

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.