pub struct GetSteamLevel {
pub steamid: SteamId,
}Fields§
§steamid: SteamIdImplementations§
Trait Implementations§
Source§impl Api for GetSteamLevel
impl Api for GetSteamLevel
Source§impl Clone for GetSteamLevel
impl Clone for GetSteamLevel
Source§fn clone(&self) -> GetSteamLevel
fn clone(&self) -> GetSteamLevel
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 moreAuto Trait Implementations§
impl Freeze for GetSteamLevel
impl RefUnwindSafe for GetSteamLevel
impl Send for GetSteamLevel
impl Sync for GetSteamLevel
impl Unpin for GetSteamLevel
impl UnsafeUnpin for GetSteamLevel
impl UnwindSafe for GetSteamLevel
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