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