pub enum BoardSide {
Top,
Bottom,
}Expand description
Board side vocabulary.
Variants§
Trait Implementations§
Source§impl Ord for BoardSide
impl Ord for BoardSide
1.21.0 (const: unstable) · 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 PartialOrd for BoardSide
impl PartialOrd for BoardSide
impl Copy for BoardSide
impl Eq for BoardSide
impl StructuralPartialEq for BoardSide
Auto Trait Implementations§
impl Freeze for BoardSide
impl RefUnwindSafe for BoardSide
impl Send for BoardSide
impl Sync for BoardSide
impl Unpin for BoardSide
impl UnsafeUnpin for BoardSide
impl UnwindSafe for BoardSide
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