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