pub struct DependabotAlertFixedAlertSecurityAdvisory { /* private fields */ }
Implementations§
Source§impl DependabotAlertFixedAlertSecurityAdvisory
impl DependabotAlertFixedAlertSecurityAdvisory
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<DependabotAlertFixedAlertSecurityAdvisoryVulnerabilitiesItem>>,
T::Error: Display,
pub fn withdrawn_at<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DependabotAlertFixedAlertSecurityAdvisory
impl Clone for DependabotAlertFixedAlertSecurityAdvisory
Source§fn clone(&self) -> DependabotAlertFixedAlertSecurityAdvisory
fn clone(&self) -> DependabotAlertFixedAlertSecurityAdvisory
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<DependabotAlertFixedAlertSecurityAdvisory> for DependabotAlertFixedAlertSecurityAdvisory
impl From<DependabotAlertFixedAlertSecurityAdvisory> for DependabotAlertFixedAlertSecurityAdvisory
Source§fn from(value: DependabotAlertFixedAlertSecurityAdvisory) -> Self
fn from(value: DependabotAlertFixedAlertSecurityAdvisory) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DependabotAlertFixedAlertSecurityAdvisory
impl RefUnwindSafe for DependabotAlertFixedAlertSecurityAdvisory
impl Send for DependabotAlertFixedAlertSecurityAdvisory
impl Sync for DependabotAlertFixedAlertSecurityAdvisory
impl Unpin for DependabotAlertFixedAlertSecurityAdvisory
impl UnwindSafe for DependabotAlertFixedAlertSecurityAdvisory
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