Enum atty::Stream
[−]
[src]
pub enum Stream { Stdout, Stderr, Stdin, }
possible stream sources
Variants
Stdout
Stderr
Stdin
Trait Implementations
impl Clone for Stream
[src]
fn clone(&self) -> Stream
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more