pub enum MinorGrid {
None,
XAxis,
YAxis,
Both,
}Variants§
Trait Implementations§
impl Copy for MinorGrid
impl StructuralPartialEq for MinorGrid
Auto Trait Implementations§
impl Freeze for MinorGrid
impl RefUnwindSafe for MinorGrid
impl Send for MinorGrid
impl Sync for MinorGrid
impl Unpin for MinorGrid
impl UnsafeUnpin for MinorGrid
impl UnwindSafe for MinorGrid
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