Enum criterion_plot::Grid [−][src]
pub enum Grid {
Major,
Minor,
}Expand description
Grid line
Variants
Major gridlines
Minor gridlines
Trait Implementations
fn configure<F>(&mut self, grid: Grid, configure: F) -> &mut Properties where
F: FnOnce(&mut Properties) -> &mut Properties,
fn configure<F>(&mut self, grid: Grid, configure: F) -> &mut Properties where
F: FnOnce(&mut Properties) -> &mut Properties, Configures the gridlines
type Properties = Properties
type Properties = PropertiesThe properties of what’s being configured
Auto Trait Implementations
impl RefUnwindSafe for Gridimpl UnwindSafe for GridBlanket Implementations
Mutably borrows from an owned value. Read more