pub struct IteratorResult { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for IteratorResult
impl Clone for IteratorResult
Source§fn clone(&self) -> IteratorResult
fn clone(&self) -> IteratorResult
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 IteratorResult
impl Debug for IteratorResult
Source§impl PartialEq for IteratorResult
impl PartialEq for IteratorResult
impl StructuralPartialEq for IteratorResult
Auto Trait Implementations§
impl Freeze for IteratorResult
impl !RefUnwindSafe for IteratorResult
impl !Send for IteratorResult
impl !Sync for IteratorResult
impl Unpin for IteratorResult
impl UnsafeUnpin for IteratorResult
impl !UnwindSafe for IteratorResult
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