pub enum ReviewActivity {
Counted {
round: u32,
limit: u32,
},
Reset,
Unlimited,
}Expand description
Visible accounting for a fresh semantic review.
Variants§
Counted
Actionable findings survived suppression and acknowledgement, consuming one remediation round.
Reset
An authoritative clean result completed the current review cycle.
Unlimited
The caller explicitly disabled the configured bound for this review.
Auto Trait Implementations§
impl Freeze for ReviewActivity
impl RefUnwindSafe for ReviewActivity
impl Send for ReviewActivity
impl Sync for ReviewActivity
impl Unpin for ReviewActivity
impl UnsafeUnpin for ReviewActivity
impl UnwindSafe for ReviewActivity
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