pub struct SarifTool {
pub driver: SarifDriver,
}Expand description
SARIF tool information
Fields§
§driver: SarifDriverTrait Implementations§
Auto Trait Implementations§
impl Freeze for SarifTool
impl RefUnwindSafe for SarifTool
impl Send for SarifTool
impl Sync for SarifTool
impl Unpin for SarifTool
impl UnsafeUnpin for SarifTool
impl UnwindSafe for SarifTool
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