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