pub enum XAxis {
X1,
X2,
}Expand description
An enumeration of possible X-axes
Variants§
Trait Implementations§
impl Copy for XAxis
impl Eq for XAxis
Source§impl Ord for XAxis
impl Ord for XAxis
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 XAxis
impl PartialOrd for XAxis
impl StructuralPartialEq for XAxis
Auto Trait Implementations§
impl Freeze for XAxis
impl RefUnwindSafe for XAxis
impl Send for XAxis
impl Sync for XAxis
impl Unpin for XAxis
impl UnsafeUnpin for XAxis
impl UnwindSafe for XAxis
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