pub struct HalloweenPumpkinExplosions;
Expand description
Represents the “halloween_pumpkin_explosions” attribute.
Trait Implementations§
Source§impl Attribute for HalloweenPumpkinExplosions
impl Attribute for HalloweenPumpkinExplosions
Source§const USES_FLOAT_VALUE: bool = true
const USES_FLOAT_VALUE: bool = true
Not part of the schema. Read more
Source§const ATTRIBUTE: AttributeDef
const ATTRIBUTE: AttributeDef
The attribute definition.
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 HalloweenPumpkinExplosions
impl Clone for HalloweenPumpkinExplosions
Source§fn clone(&self) -> HalloweenPumpkinExplosions
fn clone(&self) -> HalloweenPumpkinExplosions
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 HalloweenPumpkinExplosions
impl Debug for HalloweenPumpkinExplosions
Source§impl Default for HalloweenPumpkinExplosions
impl Default for HalloweenPumpkinExplosions
Source§fn default() -> HalloweenPumpkinExplosions
fn default() -> HalloweenPumpkinExplosions
Returns the “default value” for a type. Read more
Source§impl From<&HalloweenPumpkinExplosions> for Spell
impl From<&HalloweenPumpkinExplosions> for Spell
Source§fn from(_: &HalloweenPumpkinExplosions) -> Self
fn from(_: &HalloweenPumpkinExplosions) -> Self
Converts to this type from the input type.
Source§impl From<HalloweenPumpkinExplosions> for Spell
impl From<HalloweenPumpkinExplosions> for Spell
Source§fn from(_: HalloweenPumpkinExplosions) -> Self
fn from(_: HalloweenPumpkinExplosions) -> Self
Converts to this type from the input type.
Source§impl Hash for HalloweenPumpkinExplosions
impl Hash for HalloweenPumpkinExplosions
impl Copy for HalloweenPumpkinExplosions
impl Eq for HalloweenPumpkinExplosions
impl StructuralPartialEq for HalloweenPumpkinExplosions
Auto Trait Implementations§
impl Freeze for HalloweenPumpkinExplosions
impl RefUnwindSafe for HalloweenPumpkinExplosions
impl Send for HalloweenPumpkinExplosions
impl Sync for HalloweenPumpkinExplosions
impl Unpin for HalloweenPumpkinExplosions
impl UnwindSafe for HalloweenPumpkinExplosions
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