pub struct Mut<T: ?Sized>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Mut<T>where
T: ?Sized,
impl<T> RefUnwindSafe for Mut<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for Mut<T>
impl<T> Sync for Mut<T>
impl<T> Unpin for Mut<T>
impl<T> UnwindSafe for Mut<T>where
T: UnwindSafe + ?Sized,
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