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