pub struct MutPtrFamily;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MutPtrFamily
impl RefUnwindSafe for MutPtrFamily
impl Send for MutPtrFamily
impl Sync for MutPtrFamily
impl Unpin for MutPtrFamily
impl UnwindSafe for MutPtrFamily
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