pub struct MapDeref<T, F> { /* private fields */ }
Expand description
The type map Deref
target to another type.
Trait Implementations§
Auto Trait Implementations§
impl<T, F> Freeze for MapDeref<T, F>
impl<T, F> RefUnwindSafe for MapDeref<T, F>where
T: RefUnwindSafe,
F: RefUnwindSafe,
impl<T, F> Send for MapDeref<T, F>
impl<T, F> Sync for MapDeref<T, F>
impl<T, F> Unpin for MapDeref<T, F>
impl<T, F> UnwindSafe for MapDeref<T, F>where
T: 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