pub struct AsyncMap<T, Fn> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, Fn> Freeze for AsyncMap<T, Fn>
impl<T, Fn> RefUnwindSafe for AsyncMap<T, Fn>where
T: RefUnwindSafe,
Fn: RefUnwindSafe,
impl<T, Fn> Send for AsyncMap<T, Fn>
impl<T, Fn> Sync for AsyncMap<T, Fn>
impl<T, Fn> Unpin for AsyncMap<T, Fn>
impl<T, Fn> UnwindSafe for AsyncMap<T, Fn>where
T: UnwindSafe,
Fn: 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