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