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
Source§impl Default for BugRegistry
impl Default for BugRegistry
Source§fn default() -> BugRegistry
fn default() -> BugRegistry
Returns the “default value” for a type. Read more
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