pub enum AxisType {
Default,
Linear,
Log,
Date,
Category,
MultiCategory,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AxisType
impl RefUnwindSafe for AxisType
impl Send for AxisType
impl Sync for AxisType
impl Unpin for AxisType
impl UnwindSafe for AxisType
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