pub struct RisScore {
pub tool: String,
pub score: u8,
pub breakdown: RisBreakdown,
pub band: RisBand,
}Expand description
Final score for a single tool.
Fields§
§tool: String§score: u8§breakdown: RisBreakdown§band: RisBandTrait Implementations§
Source§impl<'de> Deserialize<'de> for RisScore
impl<'de> Deserialize<'de> for RisScore
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 RisScore
impl RefUnwindSafe for RisScore
impl Send for RisScore
impl Sync for RisScore
impl Unpin for RisScore
impl UnsafeUnpin for RisScore
impl UnwindSafe for RisScore
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