#[repr(u32)]pub enum FootprintsSpell {
TeamSpiritFootprints = 1,
HeadlessHorseshoes = 2,
CorpseGrayFootprints = 3_100_495,
ViolentVioletFootprints = 5_322_826,
BruisedPurpleFootprints = 8_208_497,
GangreenFootprints = 8_421_376,
RottenOrangeFootprints = 13_595_446,
}
Expand description
Footprints spell.
Variants§
TeamSpiritFootprints = 1
HeadlessHorseshoes = 2
CorpseGrayFootprints = 3_100_495
ViolentVioletFootprints = 5_322_826
BruisedPurpleFootprints = 8_208_497
GangreenFootprints = 8_421_376
RottenOrangeFootprints = 13_595_446
Trait Implementations§
Source§impl Attribute for FootprintsSpell
impl Attribute for FootprintsSpell
Source§const ATTRIBUTE: AttributeDef
const ATTRIBUTE: AttributeDef
Represents the “halloween_footstep_type” attribute.
Source§const USES_FLOAT_VALUE: bool = true
const USES_FLOAT_VALUE: bool = true
Not part of the schema. Read more
Source§fn attribute_float_value(&self) -> Option<f32>
fn attribute_float_value(&self) -> Option<f32>
Gets the attribute float value.
Source§fn attribute_value(&self) -> AttributeValue
fn attribute_value(&self) -> AttributeValue
Gets the attribute value.
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 Spell
impl From<&FootprintsSpell> for Spell
Source§fn from(val: &FootprintsSpell) -> Self
fn from(val: &FootprintsSpell) -> Self
Converts to this type from the input type.
Source§impl From<FootprintsSpell> for ItemAttribute
impl From<FootprintsSpell> for ItemAttribute
Source§fn from(val: FootprintsSpell) -> Self
fn from(val: FootprintsSpell) -> Self
Converts to this type from the input type.
Source§impl From<FootprintsSpell> for Spell
impl From<FootprintsSpell> for Spell
Source§fn from(val: FootprintsSpell) -> Self
fn from(val: FootprintsSpell) -> Self
Converts to this type from the input type.
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 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<&Spell> for FootprintsSpell
impl TryFrom<&Spell> for FootprintsSpell
Source§impl TryFrom<&str> for FootprintsSpell
impl TryFrom<&str> for FootprintsSpell
Source§impl TryFrom<Spell> for FootprintsSpell
impl TryFrom<Spell> 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 TryFromIntAttributeValue for FootprintsSpell
impl TryFromIntAttributeValue for FootprintsSpell
Source§fn try_from_attribute_value(v: AttributeValue) -> Option<Self>
fn try_from_attribute_value(v: AttributeValue) -> Option<Self>
Attempts conversion from an attribute value.
Source§fn try_from_attribute_float_value(v: f32) -> Option<Self>
fn try_from_attribute_float_value(v: f32) -> Option<Self>
Attempts conversion from an attribute float value.
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