pub enum TermMode {
Cannonical,
Raw,
}
Expand description
Two possible modes for terminal: Cannonical and Raw
Variants§
Auto Trait Implementations§
impl Freeze for TermMode
impl RefUnwindSafe for TermMode
impl Send for TermMode
impl Sync for TermMode
impl Unpin for TermMode
impl UnwindSafe for TermMode
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