Enum quality_time::output::OutputMode
source · pub enum OutputMode {
StdOut,
Tui,
}Variants§
StdOut
Print the results in the terminal as a human readable table
Tui
DIsplay the results with a graph in a terminal application
Trait Implementations§
source§impl Clone for OutputMode
impl Clone for OutputMode
source§fn clone(&self) -> OutputMode
fn clone(&self) -> OutputMode
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