pub enum DormantMut {}Trait Implementations§
Source§impl BorrowType for DormantMut
impl BorrowType for DormantMut
const TRAVERSAL_PERMIT: bool = true
Auto Trait Implementations§
impl Freeze for DormantMut
impl RefUnwindSafe for DormantMut
impl Send for DormantMut
impl Sync for DormantMut
impl Unpin for DormantMut
impl UnwindSafe for DormantMut
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