pub struct SarifPhysicalLocation {
pub artifact_location: SarifArtifactLocation,
pub region: Option<SarifRegion>,
}Expand description
SARIF physical location
Fields§
§artifact_location: SarifArtifactLocation§region: Option<SarifRegion>Trait Implementations§
Source§impl Clone for SarifPhysicalLocation
impl Clone for SarifPhysicalLocation
Source§fn clone(&self) -> SarifPhysicalLocation
fn clone(&self) -> SarifPhysicalLocation
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 SarifPhysicalLocation
impl Debug for SarifPhysicalLocation
Auto Trait Implementations§
impl Freeze for SarifPhysicalLocation
impl RefUnwindSafe for SarifPhysicalLocation
impl Send for SarifPhysicalLocation
impl Sync for SarifPhysicalLocation
impl Unpin for SarifPhysicalLocation
impl UnsafeUnpin for SarifPhysicalLocation
impl UnwindSafe for SarifPhysicalLocation
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