pub struct FinalScore {
pub compensation_subtotal: u8,
pub assimilation_subtotal: u8,
pub masking_subtotal: u8,
pub total: u8,
}Fields§
§compensation_subtotal: u8§assimilation_subtotal: u8§masking_subtotal: u8§total: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for FinalScore
impl RefUnwindSafe for FinalScore
impl Send for FinalScore
impl Sync for FinalScore
impl Unpin for FinalScore
impl UnsafeUnpin for FinalScore
impl UnwindSafe for FinalScore
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