pub struct RuleFinding {
pub rule: String,
pub severity: String,
pub detail: String,
pub entry_ids: Vec<String>,
}Fields§
§rule: String§severity: String§detail: String§entry_ids: Vec<String>Trait Implementations§
Source§impl Debug for RuleFinding
impl Debug for RuleFinding
Auto Trait Implementations§
impl Freeze for RuleFinding
impl RefUnwindSafe for RuleFinding
impl Send for RuleFinding
impl Sync for RuleFinding
impl Unpin for RuleFinding
impl UnsafeUnpin for RuleFinding
impl UnwindSafe for RuleFinding
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