Enum criterion_plot::Grid
[−]
[src]
pub enum Grid {
Major,
Minor,
}Grid line
Variants
MajorMajor gridlines
MinorMinor gridlines
Trait Implementations
impl Configure<Grid> for Properties[src]
type Properties = Properties
The properties of what's being configured
fn configure<F>(&mut self, grid: Grid, configure: F) -> &mut Properties where
F: FnOnce(&mut Properties) -> &mut Properties, [src]
F: FnOnce(&mut Properties) -> &mut Properties,
Configures the gridlines
impl Clone for Grid[src]
fn clone(&self) -> Grid[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