pub enum SelectionKind {
Rows,
Cols,
Cells,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SelectionKind
impl Clone for SelectionKind
Source§fn clone(&self) -> SelectionKind
fn clone(&self) -> SelectionKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SelectionKind
Source§impl Debug for SelectionKind
impl Debug for SelectionKind
Source§impl PartialEq for SelectionKind
impl PartialEq for SelectionKind
Source§fn eq(&self, other: &SelectionKind) -> bool
fn eq(&self, other: &SelectionKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectionKind
Auto Trait Implementations§
impl Freeze for SelectionKind
impl RefUnwindSafe for SelectionKind
impl Send for SelectionKind
impl Sync for SelectionKind
impl Unpin for SelectionKind
impl UnsafeUnpin for SelectionKind
impl UnwindSafe for SelectionKind
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