Enum ubend::Target[][src]

pub enum Target {
    Stdout,
    Stderr,
}

Redirection target. Used with PipeSetup.

Variants

Trait Implementations

impl Debug for Target
[src]

Formats the value using the given formatter. Read more

impl Copy for Target
[src]

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Target
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Target

impl Sync for Target