pub struct ScoringSettings {Show 44 fields
pub st_ff: f64,
pub pts_allow_7_13: f64,
pub def_st_ff: f64,
pub rec_yd: f64,
pub fum_rec_td: f64,
pub pts_allow_35p: f64,
pub pts_allow_28_34: f64,
pub fum: f64,
pub rush_yd: f64,
pub pass_td: f64,
pub blk_kick: f64,
pub pass_yd: f64,
pub safe: f64,
pub def_td: f64,
pub fgm_50p: f64,
pub def_st_td: f64,
pub fum_rec: f64,
pub rush_2pt: f64,
pub xpm: f64,
pub pts_allow_21_27: f64,
pub fgm_20_29: f64,
pub pts_allow_1_6: f64,
pub fum_lost: f64,
pub def_st_fum_rec: f64,
pub int: f64,
pub def_kr_td: f64,
pub fgm_0_19: f64,
pub pts_allow_14_20: f64,
pub rec: f64,
pub ff: f64,
pub fgmiss: f64,
pub st_fum_rec: f64,
pub rec_2pt: f64,
pub def_pr_td: f64,
pub rush_td: f64,
pub xpmiss: f64,
pub fgm_30_39: f64,
pub rec_td: f64,
pub st_td: f64,
pub pass_2pt: f64,
pub pts_allow_0: f64,
pub pass_int: f64,
pub fgm_40_49: f64,
pub sack: f64,
}Fields§
§st_ff: f64§pts_allow_7_13: f64§def_st_ff: f64§rec_yd: f64§fum_rec_td: f64§pts_allow_35p: f64§pts_allow_28_34: f64§fum: f64§rush_yd: f64§pass_td: f64§blk_kick: f64§pass_yd: f64§safe: f64§def_td: f64§fgm_50p: f64§def_st_td: f64§fum_rec: f64§rush_2pt: f64§xpm: f64§pts_allow_21_27: f64§fgm_20_29: f64§pts_allow_1_6: f64§fum_lost: f64§def_st_fum_rec: f64§int: f64§def_kr_td: f64§fgm_0_19: f64§pts_allow_14_20: f64§rec: f64§ff: f64§fgmiss: f64§st_fum_rec: f64§rec_2pt: f64§def_pr_td: f64§rush_td: f64§xpmiss: f64§fgm_30_39: f64§rec_td: f64§st_td: f64§pass_2pt: f64§pts_allow_0: f64§pass_int: f64§fgm_40_49: f64§sack: f64Trait Implementations§
Source§impl Clone for ScoringSettings
impl Clone for ScoringSettings
Source§fn clone(&self) -> ScoringSettings
fn clone(&self) -> ScoringSettings
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 ScoringSettings
impl Debug for ScoringSettings
Source§impl<'de> Deserialize<'de> for ScoringSettings
impl<'de> Deserialize<'de> for ScoringSettings
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 Freeze for ScoringSettings
impl RefUnwindSafe for ScoringSettings
impl Send for ScoringSettings
impl Sync for ScoringSettings
impl Unpin for ScoringSettings
impl UnwindSafe for ScoringSettings
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