pub struct EventDistrictPointsTiebreakersValue {
pub highest_qual_scores: Option<Vec<i32>>,
pub qual_wins: Option<i32>,
}
Fields§
§highest_qual_scores: Option<Vec<i32>>
§qual_wins: Option<i32>
Implementations§
Trait Implementations§
Source§impl Clone for EventDistrictPointsTiebreakersValue
impl Clone for EventDistrictPointsTiebreakersValue
Source§fn clone(&self) -> EventDistrictPointsTiebreakersValue
fn clone(&self) -> EventDistrictPointsTiebreakersValue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for EventDistrictPointsTiebreakersValue
impl Default for EventDistrictPointsTiebreakersValue
Source§fn default() -> EventDistrictPointsTiebreakersValue
fn default() -> EventDistrictPointsTiebreakersValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventDistrictPointsTiebreakersValue
impl<'de> Deserialize<'de> for EventDistrictPointsTiebreakersValue
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 EventDistrictPointsTiebreakersValue
impl PartialEq for EventDistrictPointsTiebreakersValue
Source§fn eq(&self, other: &EventDistrictPointsTiebreakersValue) -> bool
fn eq(&self, other: &EventDistrictPointsTiebreakersValue) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for EventDistrictPointsTiebreakersValue
Auto Trait Implementations§
impl Freeze for EventDistrictPointsTiebreakersValue
impl RefUnwindSafe for EventDistrictPointsTiebreakersValue
impl Send for EventDistrictPointsTiebreakersValue
impl Sync for EventDistrictPointsTiebreakersValue
impl Unpin for EventDistrictPointsTiebreakersValue
impl UnwindSafe for EventDistrictPointsTiebreakersValue
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