pub struct Model {Show 14 fields
pub total_score: i32,
pub uw1: &'static ScoreMap,
pub uw2: &'static ScoreMap,
pub uw3: &'static ScoreMap,
pub uw4: &'static ScoreMap,
pub uw5: &'static ScoreMap,
pub uw6: &'static ScoreMap,
pub bw1: &'static ScoreMap,
pub bw2: &'static ScoreMap,
pub bw3: &'static ScoreMap,
pub tw1: &'static ScoreMap,
pub tw2: &'static ScoreMap,
pub tw3: &'static ScoreMap,
pub tw4: &'static ScoreMap,
}Fields§
§total_score: i32§uw1: &'static ScoreMap§uw2: &'static ScoreMap§uw3: &'static ScoreMap§uw4: &'static ScoreMap§uw5: &'static ScoreMap§uw6: &'static ScoreMap§bw1: &'static ScoreMap§bw2: &'static ScoreMap§bw3: &'static ScoreMap§tw1: &'static ScoreMap§tw2: &'static ScoreMap§tw3: &'static ScoreMap§tw4: &'static ScoreMapImplementations§
Auto Trait Implementations§
impl Freeze for Model
impl RefUnwindSafe for Model
impl Send for Model
impl Sync for Model
impl Unpin for Model
impl UnwindSafe for Model
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