PokemonVolatileStatus

Enum PokemonVolatileStatus 

Source
#[repr(u8)]
pub enum PokemonVolatileStatus {
Show 104 variants NONE = 0, AQUARING = 1, ATTRACT = 2, AUTOTOMIZE = 3, BANEFULBUNKER = 4, BIDE = 5, BOUNCE = 6, BURNINGBULWARK = 7, CHARGE = 8, CONFUSION = 9, CURSE = 10, DEFENSECURL = 11, DESTINYBOND = 12, DIG = 13, DISABLE = 14, DIVE = 15, ELECTRIFY = 16, ELECTROSHOT = 17, EMBARGO = 18, ENCORE = 19, ENDURE = 20, FLASHFIRE = 21, FLINCH = 22, FLY = 23, FOCUSENERGY = 24, FOLLOWME = 25, FORESIGHT = 26, FREEZESHOCK = 27, GASTROACID = 28, GEOMANCY = 29, GLAIVERUSH = 30, GRUDGE = 31, HEALBLOCK = 32, HELPINGHAND = 33, ICEBURN = 34, IMPRISON = 35, INGRAIN = 36, KINGSSHIELD = 37, LASERFOCUS = 38, LEECHSEED = 39, LIGHTSCREEN = 40, LOCKEDMOVE = 41, MAGICCOAT = 42, MAGNETRISE = 43, MAXGUARD = 44, METEORBEAM = 45, MINIMIZE = 46, MIRACLEEYE = 47, MUSTRECHARGE = 48, NIGHTMARE = 49, NORETREAT = 50, OCTOLOCK = 51, PARTIALLYTRAPPED = 52, PERISH4 = 53, PERISH3 = 54, PERISH2 = 55, PERISH1 = 56, PHANTOMFORCE = 57, POWDER = 58, POWERSHIFT = 59, POWERTRICK = 60, PROTECT = 61, PROTOSYNTHESISATK = 62, PROTOSYNTHESISDEF = 63, PROTOSYNTHESISSPA = 64, PROTOSYNTHESISSPD = 65, PROTOSYNTHESISSPE = 66, QUARKDRIVEATK = 67, QUARKDRIVEDEF = 68, QUARKDRIVESPA = 69, QUARKDRIVESPD = 70, QUARKDRIVESPE = 71, RAGE = 72, RAGEPOWDER = 73, RAZORWIND = 74, REFLECT = 75, ROOST = 76, SALTCURE = 77, SHADOWFORCE = 78, SKULLBASH = 79, SKYATTACK = 80, SKYDROP = 81, SILKTRAP = 82, SLOWSTART = 83, SMACKDOWN = 84, SNATCH = 85, SOLARBEAM = 86, SOLARBLADE = 87, SPARKLINGARIA = 88, SPIKYSHIELD = 89, SPOTLIGHT = 90, STOCKPILE = 91, SUBSTITUTE = 92, SYRUPBOMB = 93, TARSHOT = 94, TAUNT = 95, TELEKINESIS = 96, THROATCHOP = 97, TRUANT = 98, TORMENT = 99, TYPECHANGE = 100, UNBURDEN = 101, UPROAR = 102, YAWN = 103,
}

Variants§

§

NONE = 0

§

AQUARING = 1

§

ATTRACT = 2

§

AUTOTOMIZE = 3

§

BANEFULBUNKER = 4

§

BIDE = 5

§

BOUNCE = 6

§

BURNINGBULWARK = 7

§

CHARGE = 8

§

CONFUSION = 9

§

CURSE = 10

§

DEFENSECURL = 11

§

DESTINYBOND = 12

§

DIG = 13

§

DISABLE = 14

§

DIVE = 15

§

ELECTRIFY = 16

§

ELECTROSHOT = 17

§

EMBARGO = 18

§

ENCORE = 19

§

ENDURE = 20

§

FLASHFIRE = 21

§

FLINCH = 22

§

FLY = 23

§

FOCUSENERGY = 24

§

FOLLOWME = 25

§

FORESIGHT = 26

§

FREEZESHOCK = 27

§

GASTROACID = 28

§

GEOMANCY = 29

§

GLAIVERUSH = 30

§

GRUDGE = 31

§

HEALBLOCK = 32

§

HELPINGHAND = 33

§

ICEBURN = 34

§

IMPRISON = 35

§

INGRAIN = 36

§

KINGSSHIELD = 37

§

LASERFOCUS = 38

§

LEECHSEED = 39

§

LIGHTSCREEN = 40

§

LOCKEDMOVE = 41

§

MAGICCOAT = 42

§

MAGNETRISE = 43

§

MAXGUARD = 44

§

METEORBEAM = 45

§

MINIMIZE = 46

§

MIRACLEEYE = 47

§

MUSTRECHARGE = 48

§

NIGHTMARE = 49

§

NORETREAT = 50

§

OCTOLOCK = 51

§

PARTIALLYTRAPPED = 52

§

PERISH4 = 53

§

PERISH3 = 54

§

PERISH2 = 55

§

PERISH1 = 56

§

PHANTOMFORCE = 57

§

POWDER = 58

§

POWERSHIFT = 59

§

POWERTRICK = 60

§

PROTECT = 61

§

PROTOSYNTHESISATK = 62

§

PROTOSYNTHESISDEF = 63

§

PROTOSYNTHESISSPA = 64

§

PROTOSYNTHESISSPD = 65

§

PROTOSYNTHESISSPE = 66

§

QUARKDRIVEATK = 67

§

QUARKDRIVEDEF = 68

§

QUARKDRIVESPA = 69

§

QUARKDRIVESPD = 70

§

QUARKDRIVESPE = 71

§

RAGE = 72

§

RAGEPOWDER = 73

§

RAZORWIND = 74

§

REFLECT = 75

§

ROOST = 76

§

SALTCURE = 77

§

SHADOWFORCE = 78

§

SKULLBASH = 79

§

SKYATTACK = 80

§

SKYDROP = 81

§

SILKTRAP = 82

§

SLOWSTART = 83

§

SMACKDOWN = 84

§

SNATCH = 85

§

SOLARBEAM = 86

§

SOLARBLADE = 87

§

SPARKLINGARIA = 88

§

SPIKYSHIELD = 89

§

SPOTLIGHT = 90

§

STOCKPILE = 91

§

SUBSTITUTE = 92

§

SYRUPBOMB = 93

§

TARSHOT = 94

§

TAUNT = 95

§

TELEKINESIS = 96

§

THROATCHOP = 97

§

TRUANT = 98

§

TORMENT = 99

§

TYPECHANGE = 100

§

UNBURDEN = 101

§

UPROAR = 102

§

YAWN = 103

Trait Implementations§

Source§

impl Clone for PokemonVolatileStatus

Source§

fn clone(&self) -> PokemonVolatileStatus

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for PokemonVolatileStatus

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for PokemonVolatileStatus

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl From<u8> for PokemonVolatileStatus

Source§

fn from(value: u8) -> PokemonVolatileStatus

Converts to this type from the input type.
Source§

impl FromStr for PokemonVolatileStatus

Source§

type Err = ()

The associated error which can be returned from parsing.
Source§

fn from_str(input: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
Source§

impl Hash for PokemonVolatileStatus

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl Into<u8> for PokemonVolatileStatus

Source§

fn into(self) -> u8

Converts this type into the (usually inferred) input type.
Source§

impl PartialEq for PokemonVolatileStatus

Source§

fn eq(&self, other: &PokemonVolatileStatus) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for PokemonVolatileStatus

Source§

impl Eq for PokemonVolatileStatus

Source§

impl StructuralPartialEq for PokemonVolatileStatus

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V