pub struct RuleMatchJson {
pub rule_id: String,
pub severity: &'static str,
pub points: u32,
pub reason: String,
pub safer_alternative: Option<String>,
}Fields§
§rule_id: String§severity: &'static str§points: u32§reason: String§safer_alternative: Option<String>Trait Implementations§
Source§impl Debug for RuleMatchJson
impl Debug for RuleMatchJson
Auto Trait Implementations§
impl Freeze for RuleMatchJson
impl RefUnwindSafe for RuleMatchJson
impl Send for RuleMatchJson
impl Sync for RuleMatchJson
impl Unpin for RuleMatchJson
impl UnsafeUnpin for RuleMatchJson
impl UnwindSafe for RuleMatchJson
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