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