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