pub struct MatchScoreBreakdown2017 {
pub blue: Option<Box<MatchScoreBreakdown2017Alliance>>,
pub red: Option<Box<MatchScoreBreakdown2017Alliance>>,
}Expand description
MatchScoreBreakdown2017 : See the 2017 FMS API documentation for a description of each value.
Fields§
§blue: Option<Box<MatchScoreBreakdown2017Alliance>>§red: Option<Box<MatchScoreBreakdown2017Alliance>>Implementations§
Source§impl MatchScoreBreakdown2017
impl MatchScoreBreakdown2017
Sourcepub fn new() -> MatchScoreBreakdown2017
pub fn new() -> MatchScoreBreakdown2017
See the 2017 FMS API documentation for a description of each value.
Trait Implementations§
Source§impl Clone for MatchScoreBreakdown2017
impl Clone for MatchScoreBreakdown2017
Source§fn clone(&self) -> MatchScoreBreakdown2017
fn clone(&self) -> MatchScoreBreakdown2017
Returns a duplicate 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 MatchScoreBreakdown2017
impl Debug for MatchScoreBreakdown2017
Source§impl Default for MatchScoreBreakdown2017
impl Default for MatchScoreBreakdown2017
Source§fn default() -> MatchScoreBreakdown2017
fn default() -> MatchScoreBreakdown2017
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MatchScoreBreakdown2017
impl<'de> Deserialize<'de> for MatchScoreBreakdown2017
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
Source§impl PartialEq for MatchScoreBreakdown2017
impl PartialEq for MatchScoreBreakdown2017
Source§impl Serialize for MatchScoreBreakdown2017
impl Serialize for MatchScoreBreakdown2017
impl StructuralPartialEq for MatchScoreBreakdown2017
Auto Trait Implementations§
impl Freeze for MatchScoreBreakdown2017
impl RefUnwindSafe for MatchScoreBreakdown2017
impl Send for MatchScoreBreakdown2017
impl Sync for MatchScoreBreakdown2017
impl Unpin for MatchScoreBreakdown2017
impl UnwindSafe for MatchScoreBreakdown2017
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