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