Enum DerefMutMapper
pub enum DerefMutMapper {}Available on crate features
tuple and tuple-map only.Trait Implementations§
Auto Trait Implementations§
impl Freeze for DerefMutMapper
impl RefUnwindSafe for DerefMutMapper
impl Send for DerefMutMapper
impl Sync for DerefMutMapper
impl Unpin for DerefMutMapper
impl UnwindSafe for DerefMutMapper
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
§impl<T> TupleSplitFront<()> for T
impl<T> TupleSplitFront<()> for T
§fn split_front(self) -> ((), T)
fn split_front(self) -> ((), T)
Available on crate features
tuple and tuple-ops only.