Enum ptree::print_config::OutputKind[][src]

pub enum OutputKind {
    Stdout,
    Unknown,
}

Enumeration of output kinds

Standard output is treated differently because we can query whether it is a TTY or not.

Variants

The program's standard output

The actual output is not known

Trait Implementations

impl Debug for OutputKind
[src]

Formats the value using the given formatter. Read more

impl Clone for OutputKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OutputKind
[src]

impl PartialEq for OutputKind
[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 OutputKind
[src]

Auto Trait Implementations

impl Send for OutputKind

impl Sync for OutputKind