pub struct RepositoryVulnerabilityAlertDismissAlert { /* private fields */ }
Implementations§
Source§impl RepositoryVulnerabilityAlertDismissAlert
impl RepositoryVulnerabilityAlertDismissAlert
pub fn affected_package_name<T>(self, value: T) -> Self
pub fn affected_range<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn dismiss_reason<T>(self, value: T) -> Self
pub fn dismissed_at<T>(self, value: T) -> Self
pub fn dismisser<T>(self, value: T) -> Self
pub fn external_identifier<T>(self, value: T) -> Self
pub fn external_reference<T>(self, value: T) -> Self
pub fn fix_reason<T>(self, value: T) -> Self
pub fn fixed_at<T>(self, value: T) -> Self
pub fn fixed_in<T>(self, value: T) -> Self
pub fn ghsa_id<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn number<T>(self, value: T) -> Self
pub fn severity<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for RepositoryVulnerabilityAlertDismissAlert
impl Clone for RepositoryVulnerabilityAlertDismissAlert
Source§fn clone(&self) -> RepositoryVulnerabilityAlertDismissAlert
fn clone(&self) -> RepositoryVulnerabilityAlertDismissAlert
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<RepositoryVulnerabilityAlertDismissAlert> for RepositoryVulnerabilityAlertDismissAlert
impl From<RepositoryVulnerabilityAlertDismissAlert> for RepositoryVulnerabilityAlertDismissAlert
Source§fn from(value: RepositoryVulnerabilityAlertDismissAlert) -> Self
fn from(value: RepositoryVulnerabilityAlertDismissAlert) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RepositoryVulnerabilityAlertDismissAlert
impl RefUnwindSafe for RepositoryVulnerabilityAlertDismissAlert
impl Send for RepositoryVulnerabilityAlertDismissAlert
impl Sync for RepositoryVulnerabilityAlertDismissAlert
impl Unpin for RepositoryVulnerabilityAlertDismissAlert
impl UnwindSafe for RepositoryVulnerabilityAlertDismissAlert
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