Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion_plot::Terminal - Rust
[go: Go Back, main page]

Enum criterion_plot::Terminal[][src]

pub enum Terminal {
    Svg,
}

Output terminal

Variants

Trait Implementations

impl Set<Terminal> for Figure
[src]

Changes the output terminal

Note By default, the terminal is set to Svg

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]

Auto Trait Implementations

impl Send for Terminal

impl Sync for Terminal