Enum atty::Stream [−][src]
pub enum Stream {
Stdout,
Stderr,
Stdin,
}possible stream sources
Variants
StdoutStderrStdin
Trait Implementations
impl Clone for Stream[src]
impl Clone for Streamfn clone(&self) -> Stream[src]
fn clone(&self) -> StreamReturns 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 Streamimpl Debug for Stream[src]
impl Debug for Stream