Enum console::TermTarget
source · pub enum TermTarget {
Stdout,
Stderr,
ReadWritePair(ReadWritePair),
}
Expand description
Where the term is writing.
Variants§
Trait Implementations§
source§impl Clone for TermTarget
impl Clone for TermTarget
source§fn clone(&self) -> TermTarget
fn clone(&self) -> TermTarget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more