pub enum KeywordAction {
Show 66 variants
Abandon,
Activate,
Adapt,
Amass,
Assemble,
Attach,
Behold,
Bolster,
Cast,
Clash,
Cloak,
CollectEvidence,
Conjure,
Connive,
Convert,
Counter,
Create,
Destroy,
Detain,
Discard,
Discover,
Double,
Endure,
Exchange,
Exert,
Exile,
Explore,
Fateseal,
Fight,
Food,
Forage,
Goad,
Heist,
Incubate,
Investigate,
Learn,
Manifest,
ManifestDread,
Meld,
Mill,
Monstrosity,
OpenAnAttraction,
Planeswalk,
Play,
Plot,
Populate,
Proliferate,
Regenerate,
Reveal,
RoleToken,
RollToVisitYourAttractions,
Sacrifice,
Scry,
Seek,
SetInMotion,
Shuffle,
Support,
Surveil,
Suspect,
Tap,
TimeTravel,
Transform,
Treasure,
Untap,
VentureIntoTheDungeon,
Vote,
}Variants§
Abandon
Activate
Adapt
Amass
Assemble
Attach
Behold
Bolster
Cast
Clash
Cloak
CollectEvidence
Conjure
Connive
Convert
Counter
Create
Destroy
Detain
Discard
Discover
Double
Endure
Exchange
Exert
Exile
Explore
Fateseal
Fight
Food
Forage
Goad
Heist
Incubate
Investigate
Learn
Manifest
ManifestDread
Meld
Mill
Monstrosity
OpenAnAttraction
Planeswalk
Play
Plot
Populate
Proliferate
Regenerate
Reveal
RoleToken
RollToVisitYourAttractions
Sacrifice
Scry
Seek
SetInMotion
Shuffle
Support
Surveil
Suspect
Tap
TimeTravel
Transform
Treasure
Untap
VentureIntoTheDungeon
Vote
Implementations§
Trait Implementations§
Source§impl Clone for KeywordAction
impl Clone for KeywordAction
Source§fn clone(&self) -> KeywordAction
fn clone(&self) -> KeywordAction
Returns a duplicate 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 KeywordAction
impl Debug for KeywordAction
Source§impl<'de> Deserialize<'de> for KeywordAction
impl<'de> Deserialize<'de> for KeywordAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for KeywordAction
impl Display for KeywordAction
Source§impl FromStr for KeywordAction
impl FromStr for KeywordAction
Source§impl Hash for KeywordAction
impl Hash for KeywordAction
Source§impl Idris for KeywordAction
impl Idris for KeywordAction
Source§impl Ord for KeywordAction
impl Ord for KeywordAction
Source§fn cmp(&self, other: &KeywordAction) -> Ordering
fn cmp(&self, other: &KeywordAction) -> Ordering
1.21.0 · 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 PartialEq for KeywordAction
impl PartialEq for KeywordAction
Source§impl PartialOrd for KeywordAction
impl PartialOrd for KeywordAction
Source§impl Serialize for KeywordAction
impl Serialize for KeywordAction
impl Copy for KeywordAction
impl Eq for KeywordAction
impl StructuralPartialEq for KeywordAction
Auto Trait Implementations§
impl Freeze for KeywordAction
impl RefUnwindSafe for KeywordAction
impl Send for KeywordAction
impl Sync for KeywordAction
impl Unpin for KeywordAction
impl UnwindSafe for KeywordAction
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