pub struct Matchup {
pub champion_id: i64,
pub wins: i64,
pub matches: i64,
pub winrate: f64,
}Fields§
§champion_id: i64§wins: i64§matches: i64§winrate: f64Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Matchup
impl Send for Matchup
impl Sync for Matchup
impl Unpin for Matchup
impl UnwindSafe for Matchup
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