Enum atty::Stream [] [src]

pub enum Stream {
    Stdout,
    Stderr,
    Stdin,
}

possible stream sources

Variants

Trait Implementations

impl Clone for Stream
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Stream
[src]

impl Debug for Stream
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Stream

impl Sync for Stream