pub struct TradableAfterDate(pub u32);
Expand description
Represents the “is_australium_item” attribute.
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl AsRef<u32> for TradableAfterDate
impl AsRef<u32> for TradableAfterDate
Source§impl Attribute for TradableAfterDate
impl Attribute for TradableAfterDate
Source§const USES_FLOAT_VALUE: bool = false
const USES_FLOAT_VALUE: bool = false
Not part of the schema. Read more
Source§const ATTRIBUTE: AttributeDef
const ATTRIBUTE: AttributeDef
The attribute definition.
Source§fn attribute_value(&self) -> AttributeValue
fn attribute_value(&self) -> AttributeValue
Gets the attribute value.
Source§fn attribute_float_value(&self) -> Option<f32>
fn attribute_float_value(&self) -> Option<f32>
Gets the attribute float value.
Source§impl Borrow<u32> for TradableAfterDate
impl Borrow<u32> for TradableAfterDate
Source§impl Clone for TradableAfterDate
impl Clone for TradableAfterDate
Source§fn clone(&self) -> TradableAfterDate
fn clone(&self) -> TradableAfterDate
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 TradableAfterDate
impl Debug for TradableAfterDate
Source§impl Default for TradableAfterDate
impl Default for TradableAfterDate
Source§fn default() -> TradableAfterDate
fn default() -> TradableAfterDate
Returns the “default value” for a type. Read more
Source§impl Deref for TradableAfterDate
impl Deref for TradableAfterDate
Source§impl From<&u32> for TradableAfterDate
impl From<&u32> for TradableAfterDate
Source§impl From<TradableAfterDate> for ItemAttribute
impl From<TradableAfterDate> for ItemAttribute
Source§fn from(val: TradableAfterDate) -> Self
fn from(val: TradableAfterDate) -> Self
Converts to this type from the input type.
Source§impl From<u32> for TradableAfterDate
impl From<u32> for TradableAfterDate
Source§impl Hash for TradableAfterDate
impl Hash for TradableAfterDate
Source§impl PartialEq for TradableAfterDate
impl PartialEq for TradableAfterDate
Source§impl TryFromIntAttributeValue for TradableAfterDate
impl TryFromIntAttributeValue for TradableAfterDate
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.
impl Copy for TradableAfterDate
impl Eq for TradableAfterDate
impl StructuralPartialEq for TradableAfterDate
Auto Trait Implementations§
impl Freeze for TradableAfterDate
impl RefUnwindSafe for TradableAfterDate
impl Send for TradableAfterDate
impl Sync for TradableAfterDate
impl Unpin for TradableAfterDate
impl UnwindSafe for TradableAfterDate
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