Enum criterion_plot::Terminal [] [src]

pub enum Terminal {
    Svg,
}

Output terminal

Variants

Trait Implementations

impl Clone for Terminal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Terminal
[src]