pub struct Evidence {
pub snippet: Option<String>,
pub metric: Option<EvidenceMetric>,
pub nearby_context: Vec<String>,
}Expand description
Evidence supporting the finding.
Fields§
§snippet: Option<String>§metric: Option<EvidenceMetric>§nearby_context: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Evidence
impl RefUnwindSafe for Evidence
impl Send for Evidence
impl Sync for Evidence
impl Unpin for Evidence
impl UnsafeUnpin for Evidence
impl UnwindSafe for Evidence
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