#[non_exhaustive]
pub enum NormalEventCard {
Show 15 variants
TossUp,
SendOff,
Starsigns,
CalxsArts,
QuickKnit,
Strategize,
LeaveItToMe,
GuardiansOath,
ChangingShifts,
IHaventLostYet,
AbyssalSummons,
MasterOfWeaponry,
WhenTheCraneReturned,
TheBestestTravelCompanion,
BlessingOfTheDivineRelicsInstallation,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
TossUp
SendOff
Starsigns
CalxsArts
QuickKnit
Strategize
LeaveItToMe
GuardiansOath
ChangingShifts
IHaventLostYet
AbyssalSummons
MasterOfWeaponry
WhenTheCraneReturned
TheBestestTravelCompanion
BlessingOfTheDivineRelicsInstallation
Implementations§
Trait Implementations§
source§impl Clone for NormalEventCard
impl Clone for NormalEventCard
source§fn clone(&self) -> NormalEventCard
fn clone(&self) -> NormalEventCard
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 NormalEventCard
impl Debug for NormalEventCard
source§impl Hash for NormalEventCard
impl Hash for NormalEventCard
source§impl PartialEq<NormalEventCard> for NormalEventCard
impl PartialEq<NormalEventCard> for NormalEventCard
source§fn eq(&self, other: &NormalEventCard) -> bool
fn eq(&self, other: &NormalEventCard) -> bool
This method tests for
self and other values to be equal, and is used
by ==.