pub struct MakersMarkId(pub u32);
Expand description
Represents the “makers_mark_id” attribute. The integer refers to the account’s 32-bit SteamID of the crafter.
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl AsRef<u32> for MakersMarkId
impl AsRef<u32> for MakersMarkId
Source§impl Attribute for MakersMarkId
impl Attribute for MakersMarkId
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 MakersMarkId
impl Borrow<u32> for MakersMarkId
Source§impl Clone for MakersMarkId
impl Clone for MakersMarkId
Source§fn clone(&self) -> MakersMarkId
fn clone(&self) -> MakersMarkId
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 MakersMarkId
impl Debug for MakersMarkId
Source§impl Default for MakersMarkId
impl Default for MakersMarkId
Source§fn default() -> MakersMarkId
fn default() -> MakersMarkId
Returns the “default value” for a type. Read more
Source§impl Deref for MakersMarkId
impl Deref for MakersMarkId
Source§impl From<&u32> for MakersMarkId
impl From<&u32> for MakersMarkId
Source§impl From<MakersMarkId> for ItemAttribute
impl From<MakersMarkId> for ItemAttribute
Source§fn from(val: MakersMarkId) -> Self
fn from(val: MakersMarkId) -> Self
Converts to this type from the input type.
Source§impl From<u32> for MakersMarkId
impl From<u32> for MakersMarkId
Source§impl Hash for MakersMarkId
impl Hash for MakersMarkId
Source§impl PartialEq for MakersMarkId
impl PartialEq for MakersMarkId
Source§impl TryFromIntAttributeValue for MakersMarkId
impl TryFromIntAttributeValue for MakersMarkId
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 MakersMarkId
impl Eq for MakersMarkId
impl StructuralPartialEq for MakersMarkId
Auto Trait Implementations§
impl Freeze for MakersMarkId
impl RefUnwindSafe for MakersMarkId
impl Send for MakersMarkId
impl Sync for MakersMarkId
impl Unpin for MakersMarkId
impl UnwindSafe for MakersMarkId
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