pub struct BugRegistry { /* private fields */ }Expand description
Bug registry - tracks all known bug patterns
Implementations§
Source§impl BugRegistry
impl BugRegistry
Sourcepub fn critical_bugs(&self) -> Vec<&Bug>
pub fn critical_bugs(&self) -> Vec<&Bug>
Get critical bugs only
Sourcepub fn has_critical_bugs(&self) -> bool
pub fn has_critical_bugs(&self) -> bool
Check if any critical bugs were detected
Trait Implementations§
Source§impl Debug for BugRegistry
impl Debug for BugRegistry
Auto Trait Implementations§
impl Freeze for BugRegistry
impl RefUnwindSafe for BugRegistry
impl Send for BugRegistry
impl Sync for BugRegistry
impl Unpin for BugRegistry
impl UnsafeUnpin for BugRegistry
impl UnwindSafe for BugRegistry
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