Enum console::TermTarget[][src]

pub enum TermTarget {
    Stdout,
    Stderr,
}

Where the term is writing.

Variants

Trait Implementations

impl Debug for TermTarget
[src]

Formats the value using the given formatter. Read more

impl Copy for TermTarget
[src]

impl Clone for TermTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TermTarget
[src]

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

This method tests for !=.

impl Eq for TermTarget
[src]

Auto Trait Implementations

impl Send for TermTarget

impl Sync for TermTarget