pub struct HalloweenGreenFlames;
Expand description
Represents the “halloween_green_flames” attribute.
Trait Implementations§
Source§impl Attribute for HalloweenGreenFlames
impl Attribute for HalloweenGreenFlames
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 HalloweenGreenFlames
impl Clone for HalloweenGreenFlames
Source§fn clone(&self) -> HalloweenGreenFlames
fn clone(&self) -> HalloweenGreenFlames
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 HalloweenGreenFlames
impl Debug for HalloweenGreenFlames
Source§impl Default for HalloweenGreenFlames
impl Default for HalloweenGreenFlames
Source§fn default() -> HalloweenGreenFlames
fn default() -> HalloweenGreenFlames
Returns the “default value” for a type. Read more
Source§impl From<&HalloweenGreenFlames> for Spell
impl From<&HalloweenGreenFlames> for Spell
Source§fn from(_: &HalloweenGreenFlames) -> Self
fn from(_: &HalloweenGreenFlames) -> Self
Converts to this type from the input type.
Source§impl From<HalloweenGreenFlames> for Spell
impl From<HalloweenGreenFlames> for Spell
Source§fn from(_: HalloweenGreenFlames) -> Self
fn from(_: HalloweenGreenFlames) -> Self
Converts to this type from the input type.
Source§impl Hash for HalloweenGreenFlames
impl Hash for HalloweenGreenFlames
Source§impl PartialEq for HalloweenGreenFlames
impl PartialEq for HalloweenGreenFlames
impl Copy for HalloweenGreenFlames
impl Eq for HalloweenGreenFlames
impl StructuralPartialEq for HalloweenGreenFlames
Auto Trait Implementations§
impl Freeze for HalloweenGreenFlames
impl RefUnwindSafe for HalloweenGreenFlames
impl Send for HalloweenGreenFlames
impl Sync for HalloweenGreenFlames
impl Unpin for HalloweenGreenFlames
impl UnwindSafe for HalloweenGreenFlames
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