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