pub enum UnsignedRangePosition {
Show 27 variants
A2,
A3,
E1,
E2,
F1,
F2,
F5,
F6,
F7,
F8,
G1,
G2,
H1,
H2,
I1,
I2,
I3,
I4,
I5,
I6,
I7,
I8,
J1,
J2,
K1,
K2,
K3,
}
Expand description
Positions with unsigned integer type
Variants§
Trait Implementations§
source§impl Clone for UnsignedRangePosition
impl Clone for UnsignedRangePosition
source§fn clone(&self) -> UnsignedRangePosition
fn clone(&self) -> UnsignedRangePosition
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 UnsignedRangePosition
impl Debug for UnsignedRangePosition
source§impl PartialEq for UnsignedRangePosition
impl PartialEq for UnsignedRangePosition
source§fn eq(&self, other: &UnsignedRangePosition) -> bool
fn eq(&self, other: &UnsignedRangePosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Position for UnsignedRangePosition
impl Position for UnsignedRangePosition
impl Copy for UnsignedRangePosition
impl Eq for UnsignedRangePosition
impl StructuralEq for UnsignedRangePosition
impl StructuralPartialEq for UnsignedRangePosition
Auto Trait Implementations§
impl RefUnwindSafe for UnsignedRangePosition
impl Send for UnsignedRangePosition
impl Sync for UnsignedRangePosition
impl Unpin for UnsignedRangePosition
impl UnwindSafe for UnsignedRangePosition
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