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