pub struct MapViewFn<F1, F2> { /* private fields */ }Trait Implementations§
impl<F1: Copy, F2: Copy> Copy for MapViewFn<F1, F2>
Auto Trait Implementations§
impl<F1, F2> Freeze for MapViewFn<F1, F2>
impl<F1, F2> RefUnwindSafe for MapViewFn<F1, F2>where
F1: RefUnwindSafe,
F2: RefUnwindSafe,
impl<F1, F2> Send for MapViewFn<F1, F2>
impl<F1, F2> Sync for MapViewFn<F1, F2>
impl<F1, F2> Unpin for MapViewFn<F1, F2>
impl<F1, F2> UnsafeUnpin for MapViewFn<F1, F2>where
F1: UnsafeUnpin,
F2: UnsafeUnpin,
impl<F1, F2> UnwindSafe for MapViewFn<F1, F2>where
F1: UnwindSafe,
F2: 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