pub enum YAxis {
Y1,
Y2,
}Expand description
An enumeration of possible Y-axes
Variants§
Trait Implementations§
impl Copy for YAxis
impl Eq for YAxis
Source§impl Ord for YAxis
impl Ord for YAxis
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for YAxis
impl PartialOrd for YAxis
impl StructuralPartialEq for YAxis
Auto Trait Implementations§
impl Freeze for YAxis
impl RefUnwindSafe for YAxis
impl Send for YAxis
impl Sync for YAxis
impl Unpin for YAxis
impl UnsafeUnpin for YAxis
impl UnwindSafe for YAxis
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