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