Enum genius_invokation::LocationCard
source · #[non_exhaustive]
pub enum LocationCard {
DawnWinery,
FavoniusCathedral,
KnightsOfFavoniusLibrary,
JadeChamber,
LiyueHarborWharf,
WangshuInn,
}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.
Implementations§
Trait Implementations§
source§impl Clone for LocationCard
impl Clone for LocationCard
source§fn clone(&self) -> LocationCard
fn clone(&self) -> LocationCard
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 LocationCard
impl Debug for LocationCard
source§impl Hash for LocationCard
impl Hash for LocationCard
source§impl PartialEq<LocationCard> for LocationCard
impl PartialEq<LocationCard> for LocationCard
source§fn eq(&self, other: &LocationCard) -> bool
fn eq(&self, other: &LocationCard) -> bool
This method tests for
self and other values to be equal, and is used
by ==.