Enum scm_record::TerminalKind
source · pub enum TerminalKind {
Crossterm,
Testing {
width: usize,
height: usize,
},
}Expand description
The terminal backend to use.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for TerminalKind
impl Send for TerminalKind
impl Sync for TerminalKind
impl Unpin for TerminalKind
impl UnwindSafe for TerminalKind
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