[−][src]Struct tree_buf::internal::types::hashmap::HashMapArrayWriter
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]
fn default() -> 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]
Auto Trait Implementations
impl<'a, K, V, S> RefUnwindSafe for HashMapArrayWriter<'a, K, V, S> where
K: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe,
K: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K, V, S> Send for HashMapArrayWriter<'a, K, V, S> where
K: Send,
V: Send,
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,
K: Unpin,
V: Unpin,
impl<'a, K, V, S> UnwindSafe for HashMapArrayWriter<'a, K, V, S> where
K: UnwindSafe,
S: RefUnwindSafe,
V: UnwindSafe,
K: UnwindSafe,
S: RefUnwindSafe,
V: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,