pub enum TestColumn {
A(usize),
B(usize),
C(usize),
D(usize),
FixedSel1,
FixedSel2,
FixedSel3,
}
Expand description
Test column indexer.
Variants§
Trait Implementations§
Source§impl Clone for TestColumn
impl Clone for TestColumn
Source§fn clone(&self) -> TestColumn
fn clone(&self) -> TestColumn
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 ColumnIndexer<usize> for TestColumn
impl ColumnIndexer<usize> for TestColumn
Source§impl Debug for TestColumn
impl Debug for TestColumn
Source§impl Ord for TestColumn
impl Ord for TestColumn
Source§fn cmp(&self, other: &TestColumn) -> Ordering
fn cmp(&self, other: &TestColumn) -> Ordering
1.21.0 · 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 PartialEq for TestColumn
impl PartialEq for TestColumn
Source§impl PartialOrd for TestColumn
impl PartialOrd for TestColumn
impl Copy for TestColumn
impl Eq for TestColumn
impl StructuralPartialEq for TestColumn
Auto Trait Implementations§
impl Freeze for TestColumn
impl RefUnwindSafe for TestColumn
impl Send for TestColumn
impl Sync for TestColumn
impl Unpin for TestColumn
impl UnwindSafe for TestColumn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more