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