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 moresource§impl Debug for TermFamily
impl Debug for TermFamily
source§impl PartialEq for TermFamily
impl PartialEq for TermFamily
source§fn eq(&self, other: &TermFamily) -> bool
fn eq(&self, other: &TermFamily) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TermFamily
impl Eq for TermFamily
impl StructuralPartialEq for TermFamily
Auto Trait Implementations§
impl Freeze for TermFamily
impl RefUnwindSafe for TermFamily
impl Send for TermFamily
impl Sync for TermFamily
impl Unpin for TermFamily
impl UnwindSafe for TermFamily
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)