pub struct ScanRequest {
pub scan_id: ScanRef,
pub component: ComponentRef,
pub kind: ScanKind,
pub commit_ref: Option<CommitRef>,
pub artifact: Option<ArtifactRef>,
pub metadata: Value,
}Expand description
Request to execute a scan.
Fields§
§scan_id: ScanRefIdentifier for the scan.
component: ComponentRefComponent being scanned.
kind: ScanKindScan kind.
commit_ref: Option<CommitRef>Optional commit associated with the scan.
artifact: Option<ArtifactRef>Target artifact (when applicable).
metadata: ValueProvider-specific inputs.
Trait Implementations§
Source§impl Clone for ScanRequest
impl Clone for ScanRequest
Source§fn clone(&self) -> ScanRequest
fn clone(&self) -> ScanRequest
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScanRequest
impl Debug for ScanRequest
Source§impl<'de> Deserialize<'de> for ScanRequest
impl<'de> Deserialize<'de> for ScanRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ScanRequest
impl PartialEq for ScanRequest
Source§impl Serialize for ScanRequest
impl Serialize for ScanRequest
impl StructuralPartialEq for ScanRequest
Auto Trait Implementations§
impl Freeze for ScanRequest
impl RefUnwindSafe for ScanRequest
impl Send for ScanRequest
impl Sync for ScanRequest
impl Unpin for ScanRequest
impl UnwindSafe for ScanRequest
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)