#[repr(u32)]pub enum FootprintsSpell {
TeamSpiritFootprints = 1,
GangreenFootprints = 8_421_376,
CorpseGrayFootprints = 3_100_495,
ViolentVioletFootprints = 5_322_826,
RottenOrangeFootprints = 13_595_446,
BruisedPurpleFootprints = 8_208_497,
HeadlessHorseshoes = 2,
}
Expand description
Footprints spell.
Variants§
TeamSpiritFootprints = 1
GangreenFootprints = 8_421_376
CorpseGrayFootprints = 3_100_495
ViolentVioletFootprints = 5_322_826
RottenOrangeFootprints = 13_595_446
BruisedPurpleFootprints = 8_208_497
HeadlessHorseshoes = 2
Trait Implementations§
Source§impl Clone for FootprintsSpell
impl Clone for FootprintsSpell
Source§fn clone(&self) -> FootprintsSpell
fn clone(&self) -> FootprintsSpell
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 FootprintsSpell
impl Debug for FootprintsSpell
Source§impl<'de> Deserialize<'de> for FootprintsSpell
impl<'de> Deserialize<'de> for FootprintsSpell
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 FootprintsSpell
impl Display for FootprintsSpell
Source§impl From<FootprintsSpell> for u32
impl From<FootprintsSpell> for u32
Source§fn from(enum_value: FootprintsSpell) -> Self
fn from(enum_value: FootprintsSpell) -> Self
Converts to this type from the input type.
Source§impl FromStr for FootprintsSpell
impl FromStr for FootprintsSpell
Source§impl Hash for FootprintsSpell
impl Hash for FootprintsSpell
Source§impl Into<Spell> for FootprintsSpell
impl Into<Spell> for FootprintsSpell
Source§impl IntoEnumIterator for FootprintsSpell
impl IntoEnumIterator for FootprintsSpell
Source§impl Ord for FootprintsSpell
impl Ord for FootprintsSpell
Source§fn cmp(&self, other: &FootprintsSpell) -> Ordering
fn cmp(&self, other: &FootprintsSpell) -> 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 FootprintsSpell
impl PartialEq for FootprintsSpell
Source§impl PartialOrd for FootprintsSpell
impl PartialOrd for FootprintsSpell
Source§impl Serialize for FootprintsSpell
impl Serialize for FootprintsSpell
Source§impl TryFrom<&str> for FootprintsSpell
impl TryFrom<&str> for FootprintsSpell
Source§impl TryFrom<u32> for FootprintsSpell
impl TryFrom<u32> for FootprintsSpell
Source§type Error = TryFromPrimitiveError<FootprintsSpell>
type Error = TryFromPrimitiveError<FootprintsSpell>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for FootprintsSpell
impl TryFromPrimitive for FootprintsSpell
const NAME: &'static str = "FootprintsSpell"
type Primitive = u32
type Error = TryFromPrimitiveError<FootprintsSpell>
fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>
impl Copy for FootprintsSpell
impl Eq for FootprintsSpell
impl StructuralPartialEq for FootprintsSpell
Auto Trait Implementations§
impl Freeze for FootprintsSpell
impl RefUnwindSafe for FootprintsSpell
impl Send for FootprintsSpell
impl Sync for FootprintsSpell
impl Unpin for FootprintsSpell
impl UnwindSafe for FootprintsSpell
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