pub struct DependabotAlertSecurityVulnerabilityFirstPatchedVersion {
pub identifier: String,
}Expand description
DependabotAlertSecurityVulnerabilityFirstPatchedVersion : Details pertaining to the package version that patches this vulnerability.
Fields§
§identifier: StringThe package version that patches this vulnerability.
Implementations§
Source§impl DependabotAlertSecurityVulnerabilityFirstPatchedVersion
impl DependabotAlertSecurityVulnerabilityFirstPatchedVersion
Sourcepub fn new(
identifier: String,
) -> DependabotAlertSecurityVulnerabilityFirstPatchedVersion
pub fn new( identifier: String, ) -> DependabotAlertSecurityVulnerabilityFirstPatchedVersion
Details pertaining to the package version that patches this vulnerability.
Trait Implementations§
Source§impl Clone for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
impl Clone for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
Source§fn clone(&self) -> DependabotAlertSecurityVulnerabilityFirstPatchedVersion
fn clone(&self) -> DependabotAlertSecurityVulnerabilityFirstPatchedVersion
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 Default for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
impl Default for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
Source§fn default() -> DependabotAlertSecurityVulnerabilityFirstPatchedVersion
fn default() -> DependabotAlertSecurityVulnerabilityFirstPatchedVersion
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
impl<'de> Deserialize<'de> for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
impl PartialEq for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
Source§fn eq(
&self,
other: &DependabotAlertSecurityVulnerabilityFirstPatchedVersion,
) -> bool
fn eq( &self, other: &DependabotAlertSecurityVulnerabilityFirstPatchedVersion, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
Auto Trait Implementations§
impl Freeze for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
impl RefUnwindSafe for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
impl Send for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
impl Sync for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
impl Unpin for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
impl UnwindSafe for DependabotAlertSecurityVulnerabilityFirstPatchedVersion
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