Enum criterion_plot::Terminal [] [src]

pub enum Terminal {
    Svg,
}

Output terminal

Variants

Trait Implementations

impl Set<Terminal> for Figure
[src]

[src]

Changes the output terminal

Note By default, the terminal is set to Svg

impl Clone for Terminal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Terminal
[src]

Auto Trait Implementations

impl Send for Terminal

impl Sync for Terminal