enum MutRef {}
Auto Trait Implementations§
impl Freeze for MutRef
impl RefUnwindSafe for MutRef
impl Send for MutRef
impl Sync for MutRef
impl Unpin for MutRef
impl UnwindSafe for MutRef
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