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