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