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