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