Enum criterion_plot::key::Order
[−]
[src]
pub enum Order {
SampleText,
TextSample,
}Order of the elements of the key
Variants
SampleTextSample first, then text
TextSampleText first, then sample
Trait Implementations
impl Clone for Order[src]
fn clone(&self) -> Order[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more