#[repr(C)]pub struct HashMapIterator {
pub container: Container,
pub pointer: *mut IteratorPointer,
}Fields§
§container: Container§pointer: *mut IteratorPointerTrait Implementations§
Source§impl Clone for HashMapIterator
impl Clone for HashMapIterator
Source§fn clone(&self) -> HashMapIterator
fn clone(&self) -> HashMapIterator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HashMapIterator
impl Debug for HashMapIterator
impl Copy for HashMapIterator
Auto Trait Implementations§
impl Freeze for HashMapIterator
impl RefUnwindSafe for HashMapIterator
impl !Send for HashMapIterator
impl !Sync for HashMapIterator
impl Unpin for HashMapIterator
impl UnsafeUnpin for HashMapIterator
impl UnwindSafe for HashMapIterator
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