Enum criterion_plot::Terminal [−][src]
pub enum Terminal {
Svg,
}Output terminal
Variants
Svg
Trait Implementations
impl Set<Terminal> for Figure[src]
impl Set<Terminal> for Figurefn set(&mut self, terminal: Terminal) -> &mut Figure[src]
fn set(&mut self, terminal: Terminal) -> &mut FigureChanges the output terminal
Note By default, the terminal is set to Svg
impl Clone for Terminal[src]
impl Clone for Terminalfn clone(&self) -> Terminal[src]
fn clone(&self) -> TerminalReturns 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 Terminal[src]
impl Copy for Terminal