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