pub struct switch_hashtable_iterator { /* private fields */ }Trait Implementations§
Source§impl Clone for switch_hashtable_iterator
impl Clone for switch_hashtable_iterator
Source§fn clone(&self) -> switch_hashtable_iterator
fn clone(&self) -> switch_hashtable_iterator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 switch_hashtable_iterator
impl Debug for switch_hashtable_iterator
impl Copy for switch_hashtable_iterator
Auto Trait Implementations§
impl Freeze for switch_hashtable_iterator
impl RefUnwindSafe for switch_hashtable_iterator
impl Send for switch_hashtable_iterator
impl Sync for switch_hashtable_iterator
impl Unpin for switch_hashtable_iterator
impl UnsafeUnpin for switch_hashtable_iterator
impl UnwindSafe for switch_hashtable_iterator
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