Struct criterion_plot::grid::Properties
[−]
[src]
pub struct Properties { /* fields omitted */ }Gridline properties
Methods
impl Properties[src]
fn hide(&mut self) -> &mut Properties
Hides the gridlines
Note Both Major and Minor gridlines are hidden by default
fn show(&mut self) -> &mut Properties
Shows the gridlines
Trait Implementations
impl Clone for Properties[src]
fn clone(&self) -> Properties
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more