Enum stijl::TerminalMode [] [src]

pub enum TerminalMode {
    Redir,
    Term,
}

The type of terminal, if any, for a standard stream handle.

Variants

Not connected to a terminal or console.

A terminal emulator.

Trait Implementations

impl Eq for TerminalMode
[src]

impl Copy for TerminalMode
[src]

impl PartialEq<TerminalMode> for TerminalMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for TerminalMode
[src]

Formats the value using the given formatter.

impl Clone for TerminalMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more