pub struct HashMapIter { /* private fields */ }Expand description
An iterator over key-value pairs in a HashMap
Implementations§
Trait Implementations§
Source§impl Drop for HashMapIter
impl Drop for HashMapIter
Auto Trait Implementations§
impl !Send for HashMapIter
impl !Sync for HashMapIter
impl Freeze for HashMapIter
impl RefUnwindSafe for HashMapIter
impl Unpin for HashMapIter
impl UnsafeUnpin for HashMapIter
impl UnwindSafe for HashMapIter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more