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