pub struct MapOk<I, F> { /* private fields */ }
Trait Implementations§
Source§impl<I, F, O> AsyncLendingIterator for MapOk<I, F>
impl<I, F, O> AsyncLendingIterator for MapOk<I, F>
Auto Trait Implementations§
impl<I, F> Freeze for MapOk<I, F>
impl<I, F> RefUnwindSafe for MapOk<I, F>where
I: RefUnwindSafe,
F: RefUnwindSafe,
impl<I, F> Send for MapOk<I, F>
impl<I, F> Sync for MapOk<I, F>
impl<I, F> Unpin for MapOk<I, F>
impl<I, F> UnwindSafe for MapOk<I, F>where
I: UnwindSafe,
F: UnwindSafe,
Blanket Implementations§
Source§impl<I> AsyncLendingIteratorExt for Iwhere
I: AsyncLendingIterator,
impl<I> AsyncLendingIteratorExt for Iwhere
I: AsyncLendingIterator,
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