pub struct Scores {
pub choleric: f64,
pub sanguine: f64,
pub phlegmatic: f64,
pub melancholic: f64,
}Expand description
The four temperaments.
Fields§
§choleric: f64Choleric (hot and dry).
sanguine: f64Sanguine (hot and wet).
phlegmatic: f64Phlegmatic (cold and wet).
melancholic: f64Melancholic (cold and dry).
Trait Implementations§
impl StructuralPartialEq for Scores
Auto Trait Implementations§
impl Freeze for Scores
impl RefUnwindSafe for Scores
impl Send for Scores
impl Sync for Scores
impl Unpin for Scores
impl UnsafeUnpin for Scores
impl UnwindSafe for Scores
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