Enum ubend::Target [−][src]
pub enum Target { Stdout, Stderr, }
Redirection target. Used with [PipeSetup].
Variants
Stdout
Stderr
Trait Implementations
impl Debug for Target
[src]
impl Debug for Target
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for Target
[src]
impl Copy for Target
impl Clone for Target
[src]
impl Clone for Target
fn clone(&self) -> Target
[src]
fn clone(&self) -> Target
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 PartialEq for Target
[src]
impl PartialEq for Target