pub enum SelectDirection {
Horizontal,
Vertical,
Diagonal,
Any,
}
Variants§
Trait Implementations§
Source§impl Clone for SelectDirection
impl Clone for SelectDirection
Source§fn clone(&self) -> SelectDirection
fn clone(&self) -> SelectDirection
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SelectDirection
impl Debug for SelectDirection
Auto Trait Implementations§
impl Freeze for SelectDirection
impl RefUnwindSafe for SelectDirection
impl Send for SelectDirection
impl Sync for SelectDirection
impl Unpin for SelectDirection
impl UnwindSafe for SelectDirection
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