pub struct DataIter<'a, D: Data<'a>, I: TypeIter> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, D, I> Freeze for DataIter<'a, D, I>
impl<'a, D, I> RefUnwindSafe for DataIter<'a, D, I>where
D: RefUnwindSafe,
I: RefUnwindSafe,
impl<'a, D, I> Send for DataIter<'a, D, I>
impl<'a, D, I> Sync for DataIter<'a, D, I>
impl<'a, D, I> Unpin for DataIter<'a, D, I>
impl<'a, D, I> UnwindSafe for DataIter<'a, D, I>where
D: UnwindSafe,
I: UnwindSafe,
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