pub struct DependabotAlertCreatedAlert { /* private fields */ }
Implementations§
Source§impl DependabotAlertCreatedAlert
impl DependabotAlertCreatedAlert
pub fn auto_dismissed_at<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn dependency<T>(self, value: T) -> Self
pub fn dismissed_at<T>(self, value: T) -> Self
pub fn dismissed_by<T>(self, value: T) -> Self
pub fn dismissed_comment<T>(self, value: T) -> Self
pub fn dismissed_reason<T>(self, value: T) -> Self
pub fn fixed_at<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn number<T>(self, value: T) -> Self
pub fn security_advisory<T>(self, value: T) -> Self
pub fn security_vulnerability<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DependabotAlertCreatedAlert
impl Clone for DependabotAlertCreatedAlert
Source§fn clone(&self) -> DependabotAlertCreatedAlert
fn clone(&self) -> DependabotAlertCreatedAlert
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 DependabotAlertCreatedAlert
impl Debug for DependabotAlertCreatedAlert
Source§impl From<DependabotAlertCreatedAlert> for DependabotAlertCreatedAlert
impl From<DependabotAlertCreatedAlert> for DependabotAlertCreatedAlert
Source§fn from(value: DependabotAlertCreatedAlert) -> Self
fn from(value: DependabotAlertCreatedAlert) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DependabotAlertCreatedAlert
impl RefUnwindSafe for DependabotAlertCreatedAlert
impl Send for DependabotAlertCreatedAlert
impl Sync for DependabotAlertCreatedAlert
impl Unpin for DependabotAlertCreatedAlert
impl UnwindSafe for DependabotAlertCreatedAlert
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