pub struct GRefMut<'a>(/* private fields */);
Expand description
Type-level function from T
to &'a mut T
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for GRefMut<'a>
impl<'a> RefUnwindSafe for GRefMut<'a>
impl<'a> Send for GRefMut<'a>
impl<'a> Sync for GRefMut<'a>
impl<'a> Unpin for GRefMut<'a>
impl<'a> UnwindSafe for GRefMut<'a>
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