Enum criterion_plot::key::Stacked
[−]
[src]
pub enum Stacked {
Horizontally,
Vertically,
}How the entries of the key are stacked
Variants
HorizontallyVertically
Trait Implementations
impl Set<Stacked> for Properties[src]
fn set(&mut self, stacked: Stacked) -> &mut Properties[src]
Changes how the entries of the key are stacked
impl Clone for Stacked[src]
fn clone(&self) -> Stacked[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