Enum criterion_plot::Grid
source · [−]pub enum Grid {
Major,
Minor,
}
Expand description
Grid line
Variants
Major
Major gridlines
Minor
Minor gridlines
Trait Implementations
sourceimpl Configure<Grid> for Properties
impl Configure<Grid> for Properties
sourcefn configure<F>(&mut self, grid: Grid, configure: F) -> &mut Propertieswhere
F: FnOnce(&mut Properties) -> &mut Properties,
fn configure<F>(&mut self, grid: Grid, configure: F) -> &mut Propertieswhere
F: FnOnce(&mut Properties) -> &mut Properties,
Configures the gridlines
type Properties = Properties
type Properties = Properties
The properties of what’s being configured
impl Copy for Grid
Auto Trait Implementations
impl RefUnwindSafe for Grid
impl Send for Grid
impl Sync for Grid
impl Unpin for Grid
impl UnwindSafe for Grid
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more