pub struct SecurityAdvisoryPerformedSecurityAdvisory { /* private fields */ }
Implementations§
Source§impl SecurityAdvisoryPerformedSecurityAdvisory
impl SecurityAdvisoryPerformedSecurityAdvisory
pub fn cve_id<T>(self, value: T) -> Self
pub fn cvss<T>(self, value: T) -> Self
pub fn cwes<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn ghsa_id<T>(self, value: T) -> Self
pub fn identifiers<T>(self, value: T) -> Self
pub fn published_at<T>(self, value: T) -> Self
pub fn references<T>(self, value: T) -> Self
pub fn severity<T>(self, value: T) -> Self
pub fn summary<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn vulnerabilities<T>(self, value: T) -> Selfwhere
T: TryInto<Vec<SecurityAdvisoryPerformedSecurityAdvisoryVulnerabilitiesItem>>,
T::Error: Display,
pub fn withdrawn_at<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for SecurityAdvisoryPerformedSecurityAdvisory
impl Clone for SecurityAdvisoryPerformedSecurityAdvisory
Source§fn clone(&self) -> SecurityAdvisoryPerformedSecurityAdvisory
fn clone(&self) -> SecurityAdvisoryPerformedSecurityAdvisory
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 From<SecurityAdvisoryPerformedSecurityAdvisory> for SecurityAdvisoryPerformedSecurityAdvisory
impl From<SecurityAdvisoryPerformedSecurityAdvisory> for SecurityAdvisoryPerformedSecurityAdvisory
Source§fn from(value: SecurityAdvisoryPerformedSecurityAdvisory) -> Self
fn from(value: SecurityAdvisoryPerformedSecurityAdvisory) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SecurityAdvisoryPerformedSecurityAdvisory
impl RefUnwindSafe for SecurityAdvisoryPerformedSecurityAdvisory
impl Send for SecurityAdvisoryPerformedSecurityAdvisory
impl Sync for SecurityAdvisoryPerformedSecurityAdvisory
impl Unpin for SecurityAdvisoryPerformedSecurityAdvisory
impl UnwindSafe for SecurityAdvisoryPerformedSecurityAdvisory
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