pub struct ObserverView {
pub policy: String,
pub findings: Vec<ScoredFinding>,
pub hidden: usize,
pub total: usize,
}Expand description
The output of applying an observer policy to a frontier’s findings.
Fields§
§policy: String§findings: Vec<ScoredFinding>§total: usizeAuto Trait Implementations§
impl Freeze for ObserverView
impl RefUnwindSafe for ObserverView
impl Send for ObserverView
impl Sync for ObserverView
impl Unpin for ObserverView
impl UnsafeUnpin for ObserverView
impl UnwindSafe for ObserverView
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