pub struct ClassStat {
pub ok: usize,
pub total: usize,
}Expand description
Ok/total for one intent class (ok = p@1 for clean, rejected for garbage).
Fields§
§ok: usize§total: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ClassStat
impl RefUnwindSafe for ClassStat
impl Send for ClassStat
impl Sync for ClassStat
impl Unpin for ClassStat
impl UnsafeUnpin for ClassStat
impl UnwindSafe for ClassStat
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