pub struct SarifReport {
pub schema: String,
pub version: String,
pub runs: Vec<SarifRun>,
}Expand description
SARIF report version 2.1.0
Fields§
§schema: String§version: String§runs: Vec<SarifRun>Trait Implementations§
Source§impl Clone for SarifReport
impl Clone for SarifReport
Source§fn clone(&self) -> SarifReport
fn clone(&self) -> SarifReport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SarifReport
impl Debug for SarifReport
Auto Trait Implementations§
impl Freeze for SarifReport
impl RefUnwindSafe for SarifReport
impl Send for SarifReport
impl Sync for SarifReport
impl Unpin for SarifReport
impl UnsafeUnpin for SarifReport
impl UnwindSafe for SarifReport
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