Enum aoc_pos::AxisRowCol
source · pub enum AxisRowCol {
Row,
Col,
}
Variants§
Trait Implementations§
source§impl Clone for AxisRowCol
impl Clone for AxisRowCol
source§fn clone(&self) -> AxisRowCol
fn clone(&self) -> AxisRowCol
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 AxisRowCol
impl Debug for AxisRowCol
source§impl PartialEq<AxisRowCol> for AxisRowCol
impl PartialEq<AxisRowCol> for AxisRowCol
source§fn eq(&self, other: &AxisRowCol) -> bool
fn eq(&self, other: &AxisRowCol) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AxisRowCol
impl Eq for AxisRowCol
impl GenAxis<2> for AxisRowCol
impl StructuralEq for AxisRowCol
impl StructuralPartialEq for AxisRowCol
Auto Trait Implementations§
impl RefUnwindSafe for AxisRowCol
impl Send for AxisRowCol
impl Sync for AxisRowCol
impl Unpin for AxisRowCol
impl UnwindSafe for AxisRowCol
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