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