pub struct DashboardAchievement {
pub game_name: String,
pub achievement_name: String,
pub unlock_time: i64,
pub game_id: String,
}Fields§
§game_name: String§achievement_name: String§unlock_time: i64§game_id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DashboardAchievement
impl RefUnwindSafe for DashboardAchievement
impl Send for DashboardAchievement
impl Sync for DashboardAchievement
impl Unpin for DashboardAchievement
impl UnwindSafe for DashboardAchievement
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