pub enum MoveSelection {
Up,
Down,
MultipleUp,
MultipleDown,
Left,
Right,
Top,
End,
Enter,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for MoveSelection
impl Clone for MoveSelection
Source§fn clone(&self) -> MoveSelection
fn clone(&self) -> MoveSelection
Returns a duplicate 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 MoveSelection
impl Debug for MoveSelection
impl Copy for MoveSelection
Auto Trait Implementations§
impl Freeze for MoveSelection
impl RefUnwindSafe for MoveSelection
impl Send for MoveSelection
impl Sync for MoveSelection
impl Unpin for MoveSelection
impl UnwindSafe for MoveSelection
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