Enum genius_invokation::SupportCard
source · pub enum SupportCard {
Companion(CompanionCard),
Location(LocationCard),
Item(ItemCard),
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for SupportCard
impl Clone for SupportCard
source§fn clone(&self) -> SupportCard
fn clone(&self) -> SupportCard
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 SupportCard
impl Debug for SupportCard
source§impl Hash for SupportCard
impl Hash for SupportCard
source§impl PartialEq<SupportCard> for SupportCard
impl PartialEq<SupportCard> for SupportCard
source§fn eq(&self, other: &SupportCard) -> bool
fn eq(&self, other: &SupportCard) -> bool
This method tests for
self and other values to be equal, and is used
by ==.