Struct ref_wrapper::RefWrapMut
source · pub struct RefWrapMut<'a, T>where
T: 'a + ?Sized,{ /* private fields */ }Expand description
Wrapper of RefMut.
Implementations§
Trait Implementations§
source§impl<T> Deref for RefWrapMut<'_, T>where
T: ?Sized,
impl<T> Deref for RefWrapMut<'_, T>where
T: ?Sized,
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for RefWrapMut<'a, T>
impl<'a, T> !Send for RefWrapMut<'a, T>
impl<'a, T> !Sync for RefWrapMut<'a, T>
impl<'a, T: ?Sized> Unpin for RefWrapMut<'a, T>
impl<'a, T> !UnwindSafe for RefWrapMut<'a, T>
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