pub struct GetSecuritySummaryParams {
pub x_request_id: Option<String>,
pub with_dangerous_cve: Option<bool>,
pub with_dangerous_artifact: Option<bool>,
}Expand description
struct for passing parameters to the method get_security_summary
Fields§
§x_request_id: Option<String>An unique ID for the request
with_dangerous_cve: Option<bool>Specify whether the dangerous CVEs are included inside summary information
with_dangerous_artifact: Option<bool>Specify whether the dangerous Artifact are included inside summary information
Trait Implementations§
Source§impl Clone for GetSecuritySummaryParams
impl Clone for GetSecuritySummaryParams
Source§fn clone(&self) -> GetSecuritySummaryParams
fn clone(&self) -> GetSecuritySummaryParams
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 moreAuto Trait Implementations§
impl Freeze for GetSecuritySummaryParams
impl RefUnwindSafe for GetSecuritySummaryParams
impl Send for GetSecuritySummaryParams
impl Sync for GetSecuritySummaryParams
impl Unpin for GetSecuritySummaryParams
impl UnwindSafe for GetSecuritySummaryParams
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