pub struct MapResultList<I, E>{ /* private fields */ }Trait Implementations§
Source§impl<I, E> ListFn for MapResultList<I, E>
impl<I, E> ListFn for MapResultList<I, E>
Auto Trait Implementations§
impl<I, E> Freeze for MapResultList<I, E>
impl<I, E> RefUnwindSafe for MapResultList<I, E>where
I: RefUnwindSafe,
E: RefUnwindSafe,
impl<I, E> Send for MapResultList<I, E>
impl<I, E> Sync for MapResultList<I, E>
impl<I, E> Unpin for MapResultList<I, E>
impl<I, E> UnwindSafe for MapResultList<I, E>where
I: UnwindSafe,
E: 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