pub struct ReadByTypeIter<'d> { /* private fields */ }
Expand description
An Iterator-like type for iterating over the found handles
Implementations§
Trait Implementations§
Source§impl<'d> Clone for ReadByTypeIter<'d>
impl<'d> Clone for ReadByTypeIter<'d>
Source§fn clone(&self) -> ReadByTypeIter<'d>
fn clone(&self) -> ReadByTypeIter<'d>
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 moreAuto Trait Implementations§
impl<'d> Freeze for ReadByTypeIter<'d>
impl<'d> RefUnwindSafe for ReadByTypeIter<'d>
impl<'d> Send for ReadByTypeIter<'d>
impl<'d> Sync for ReadByTypeIter<'d>
impl<'d> Unpin for ReadByTypeIter<'d>
impl<'d> UnwindSafe for ReadByTypeIter<'d>
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