pub struct RawModeGuard { /* private fields */ }
Expand description
A guard that restores the previous terminal mode when dropped.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawModeGuard
impl RefUnwindSafe for RawModeGuard
impl Send for RawModeGuard
impl Sync for RawModeGuard
impl Unpin for RawModeGuard
impl UnwindSafe for RawModeGuard
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