pub enum ScoringRule {
AllFlowers,
AllInTriplets,
AllSeasons,
BasePoint,
CommonHand,
GreatDragons,
LastWallTile,
NoFlowersSeasons,
SeatFlower,
SeatSeason,
SelfDraw,
}
Variants§
AllFlowers
AllInTriplets
AllSeasons
BasePoint
CommonHand
GreatDragons
LastWallTile
NoFlowersSeasons
SeatFlower
SeatSeason
SelfDraw
Trait Implementations§
source§impl Clone for ScoringRule
impl Clone for ScoringRule
source§fn clone(&self) -> ScoringRule
fn clone(&self) -> ScoringRule
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 ScoringRule
impl Debug for ScoringRule
source§impl Display for ScoringRule
impl Display for ScoringRule
source§impl IntoEnumIterator for ScoringRule
impl IntoEnumIterator for ScoringRule
type Iterator = ScoringRuleIter
fn iter() -> ScoringRuleIter ⓘ
source§impl PartialEq for ScoringRule
impl PartialEq for ScoringRule
impl Eq for ScoringRule
impl StructuralPartialEq for ScoringRule
Auto Trait Implementations§
impl Freeze for ScoringRule
impl RefUnwindSafe for ScoringRule
impl Send for ScoringRule
impl Sync for ScoringRule
impl Unpin for ScoringRule
impl UnwindSafe for ScoringRule
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)