pub struct MapOkFn<F>(F);Tuple Fields§
§0: FTrait Implementations§
impl<F: Copy> Copy for MapOkFn<F>
Auto Trait Implementations§
impl<F> Freeze for MapOkFn<F>where
    F: Freeze,
impl<F> RefUnwindSafe for MapOkFn<F>where
    F: RefUnwindSafe,
impl<F> Send for MapOkFn<F>where
    F: Send,
impl<F> Sync for MapOkFn<F>where
    F: Sync,
impl<F> Unpin for MapOkFn<F>where
    F: Unpin,
impl<F> UnwindSafe for MapOkFn<F>where
    F: 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