pub struct CategoryScores {
pub federation: u8,
pub cost: u8,
pub cache: u8,
pub authorization: u8,
pub compilation: u8,
}Expand description
Category scores
Fields§
§federation: u8Federation audit score
cost: u8Cost audit score
cache: u8Cache audit score
Authorization audit score
compilation: u8Compilation audit score
Trait Implementations§
Source§impl Debug for CategoryScores
impl Debug for CategoryScores
Auto Trait Implementations§
impl Freeze for CategoryScores
impl RefUnwindSafe for CategoryScores
impl Send for CategoryScores
impl Sync for CategoryScores
impl Unpin for CategoryScores
impl UnsafeUnpin for CategoryScores
impl UnwindSafe for CategoryScores
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