pub struct SteamLevel {
pub player_level: u64,
}Fields§
§player_level: u64Trait Implementations§
Source§impl Clone for SteamLevel
impl Clone for SteamLevel
Source§fn clone(&self) -> SteamLevel
fn clone(&self) -> SteamLevel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SteamLevel
impl Debug for SteamLevel
Source§impl<'de> Deserialize<'de> for SteamLevel
impl<'de> Deserialize<'de> for SteamLevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SteamLevel
impl RefUnwindSafe for SteamLevel
impl Send for SteamLevel
impl Sync for SteamLevel
impl Unpin for SteamLevel
impl UnsafeUnpin for SteamLevel
impl UnwindSafe for SteamLevel
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