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