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