pub struct DynamicRecipeComponentDefinedItem10;
Expand description
Represents the “dynamic_recipe_component_defined_item” attribute.
Trait Implementations§
Source§impl Attribute for DynamicRecipeComponentDefinedItem10
impl Attribute for DynamicRecipeComponentDefinedItem10
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 DynamicRecipeComponentDefinedItem10
impl Clone for DynamicRecipeComponentDefinedItem10
Source§fn clone(&self) -> DynamicRecipeComponentDefinedItem10
fn clone(&self) -> DynamicRecipeComponentDefinedItem10
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 Default for DynamicRecipeComponentDefinedItem10
impl Default for DynamicRecipeComponentDefinedItem10
Source§fn default() -> DynamicRecipeComponentDefinedItem10
fn default() -> DynamicRecipeComponentDefinedItem10
Returns the “default value” for a type. Read more
Source§impl PartialEq for DynamicRecipeComponentDefinedItem10
impl PartialEq for DynamicRecipeComponentDefinedItem10
Source§fn eq(&self, other: &DynamicRecipeComponentDefinedItem10) -> bool
fn eq(&self, other: &DynamicRecipeComponentDefinedItem10) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DynamicRecipeComponentDefinedItem10
impl Eq for DynamicRecipeComponentDefinedItem10
impl StructuralPartialEq for DynamicRecipeComponentDefinedItem10
Auto Trait Implementations§
impl Freeze for DynamicRecipeComponentDefinedItem10
impl RefUnwindSafe for DynamicRecipeComponentDefinedItem10
impl Send for DynamicRecipeComponentDefinedItem10
impl Sync for DynamicRecipeComponentDefinedItem10
impl Unpin for DynamicRecipeComponentDefinedItem10
impl UnwindSafe for DynamicRecipeComponentDefinedItem10
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