pub struct SetIterator { /* private fields */ }
Expand description
The Set Iterator object represents an iteration over a set. It implements the iterator protocol.
More information:
Trait Implementations§
Source§impl Clone for SetIterator
impl Clone for SetIterator
Source§fn clone(&self) -> SetIterator
fn clone(&self) -> SetIterator
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 SetIterator
impl Debug for SetIterator
Source§impl Drop for SetIterator
impl Drop for SetIterator
Source§impl Trace for SetIterator
impl Trace for SetIterator
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
Auto Trait Implementations§
impl !Freeze for SetIterator
impl !RefUnwindSafe for SetIterator
impl !Send for SetIterator
impl !Sync for SetIterator
impl Unpin for SetIterator
impl !UnwindSafe for SetIterator
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