pub struct SarifRun {
pub tool: SarifTool,
pub results: Vec<SarifResult>,
}Expand description
A single SARIF run
Fields§
§tool: SarifTool§results: Vec<SarifResult>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SarifRun
impl RefUnwindSafe for SarifRun
impl Send for SarifRun
impl Sync for SarifRun
impl Unpin for SarifRun
impl UnsafeUnpin for SarifRun
impl UnwindSafe for SarifRun
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