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