pub struct MapWrap<M: MapFn>(_);
Trait Implementations§
Auto Trait Implementations§
impl<M> RefUnwindSafe for MapWrap<M>where M: RefUnwindSafe,
impl<M> Send for MapWrap<M>where M: Send,
impl<M> Sync for MapWrap<M>where M: Sync,
impl<M> Unpin for MapWrap<M>where M: Unpin,
impl<M> UnwindSafe for MapWrap<M>where M: 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