Struct ugg_types::matchups::MatchupData
source · pub struct MatchupData {
pub best_matchups: Vec<Matchup>,
pub worst_matchups: Vec<Matchup>,
pub total_matches: i64,
}Fields§
§best_matchups: Vec<Matchup>§worst_matchups: Vec<Matchup>§total_matches: i64Trait Implementations§
source§impl Clone for MatchupData
impl Clone for MatchupData
source§fn clone(&self) -> MatchupData
fn clone(&self) -> MatchupData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MatchupData
impl Debug for MatchupData
source§impl<'de> Deserialize<'de> for MatchupData
impl<'de> Deserialize<'de> for MatchupData
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MatchupData
impl Send for MatchupData
impl Sync for MatchupData
impl Unpin for MatchupData
impl UnwindSafe for MatchupData
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