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 Copy for TerminalMode
[src]

impl Clone for TerminalMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for TerminalMode
[src]

impl PartialEq<TerminalMode> for TerminalMode
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for TerminalMode
[src]

[src]

Formats the value using the given formatter.