Struct ic_stable_memory::collections::hash_map::SHashMapIter
source · [−]pub struct SHashMapIter<'a, K, V> { /* private fields */ }Implementations
sourceimpl<'a, K: Readable<'a, LittleEndian> + Writable<LittleEndian>, V: Readable<'a, LittleEndian> + Writable<LittleEndian>> SHashMapIter<'a, K, V>
impl<'a, K: Readable<'a, LittleEndian> + Writable<LittleEndian>, V: Readable<'a, LittleEndian> + Writable<LittleEndian>> SHashMapIter<'a, K, V>
Auto Trait Implementations
impl<'a, K, V> RefUnwindSafe for SHashMapIter<'a, K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K, V> Send for SHashMapIter<'a, K, V>where
K: Sync,
V: Sync,
impl<'a, K, V> Sync for SHashMapIter<'a, K, V>where
K: Sync,
V: Sync,
impl<'a, K, V> Unpin for SHashMapIter<'a, K, V>
impl<'a, K, V> UnwindSafe for SHashMapIter<'a, K, V>where
K: RefUnwindSafe,
V: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more