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