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