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