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