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