Enum console::TermFamily
source · pub enum TermFamily {
File,
UnixTerm,
WindowsConsole,
Dummy,
}
Expand description
The family of the terminal.
Variants§
File
Redirected to a file or file like thing.
UnixTerm
A standard unix terminal.
WindowsConsole
A cmd.exe like windows console.
Dummy
A dummy terminal (for instance on wasm)
Trait Implementations§
source§impl Clone for TermFamily
impl Clone for TermFamily
source§fn clone(&self) -> TermFamily
fn clone(&self) -> TermFamily
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more