pub struct IoMut(/* private fields */);
Expand description
Safe wrapper for &mut Io
.
Notably it doesn’t implement DerefMut
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoMut
impl !RefUnwindSafe for IoMut
impl !Send for IoMut
impl !Sync for IoMut
impl Unpin for IoMut
impl !UnwindSafe for IoMut
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