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