pub struct UserStatsStored {
pub game_id: GameId,
pub result: Result<(), SteamError>,
}Expand description
Fields§
§game_id: GameId§result: Result<(), SteamError>Trait Implementations§
Source§impl Callback for UserStatsStored
impl Callback for UserStatsStored
Source§impl Clone for UserStatsStored
impl Clone for UserStatsStored
Source§fn clone(&self) -> UserStatsStored
fn clone(&self) -> UserStatsStored
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 UserStatsStored
impl RefUnwindSafe for UserStatsStored
impl Send for UserStatsStored
impl Sync for UserStatsStored
impl Unpin for UserStatsStored
impl UnsafeUnpin for UserStatsStored
impl UnwindSafe for UserStatsStored
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