[−][src]Struct tree_buf::internal::types::hashmap::HashMapArrayReader
Auto Trait Implementations
impl<K, V, S> RefUnwindSafe for HashMapArrayReader<K, V, S> where
K: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe,
K: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V, S> Send for HashMapArrayReader<K, V, S> where
K: Send,
V: Send,
K: Send,
V: Send,
impl<K, V, S> !Sync for HashMapArrayReader<K, V, S>
impl<K, V, S> Unpin for HashMapArrayReader<K, V, S> where
K: Unpin,
V: Unpin,
K: Unpin,
V: Unpin,
impl<K, V, S> UnwindSafe for HashMapArrayReader<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>,