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