pub struct ElementProduced { /* private fields */ }
Expand description
The element produced by the iterator
Implementations§
Trait Implementations§
Source§impl Clone for ElementProduced
impl Clone for ElementProduced
Source§fn clone(&self) -> ElementProduced
fn clone(&self) -> ElementProduced
Returns a copy 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 ElementProduced
impl Debug for ElementProduced
Source§impl PartialEq for ElementProduced
impl PartialEq for ElementProduced
impl Copy for ElementProduced
impl Eq for ElementProduced
impl StructuralPartialEq for ElementProduced
Auto Trait Implementations§
impl Freeze for ElementProduced
impl RefUnwindSafe for ElementProduced
impl Send for ElementProduced
impl Sync for ElementProduced
impl Unpin for ElementProduced
impl UnwindSafe for ElementProduced
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