pub struct CFStats {
pub total_games: usize,
pub games_with_steam_id: usize,
pub games_with_cf_match: usize,
}Fields§
§total_games: usize§games_with_steam_id: usize§games_with_cf_match: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CFStats
impl RefUnwindSafe for CFStats
impl Send for CFStats
impl Sync for CFStats
impl Unpin for CFStats
impl UnwindSafe for CFStats
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