pub enum RepositoryVulnerabilityAlertAction {
Create,
Dismiss,
Resolve,
}
Variants§
Trait Implementations§
source§impl Clone for RepositoryVulnerabilityAlertAction
impl Clone for RepositoryVulnerabilityAlertAction
source§fn clone(&self) -> RepositoryVulnerabilityAlertAction
fn clone(&self) -> RepositoryVulnerabilityAlertAction
Returns a copy 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<'de> Deserialize<'de> for RepositoryVulnerabilityAlertAction
impl<'de> Deserialize<'de> for RepositoryVulnerabilityAlertAction
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<RepositoryVulnerabilityAlertAction> for RepositoryVulnerabilityAlertAction
impl PartialEq<RepositoryVulnerabilityAlertAction> for RepositoryVulnerabilityAlertAction
source§fn eq(&self, other: &RepositoryVulnerabilityAlertAction) -> bool
fn eq(&self, other: &RepositoryVulnerabilityAlertAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for RepositoryVulnerabilityAlertAction
impl TryFrom<&str> for RepositoryVulnerabilityAlertAction
source§impl VariantNames for RepositoryVulnerabilityAlertAction
impl VariantNames for RepositoryVulnerabilityAlertAction
impl StructuralPartialEq for RepositoryVulnerabilityAlertAction
Auto Trait Implementations§
impl RefUnwindSafe for RepositoryVulnerabilityAlertAction
impl Send for RepositoryVulnerabilityAlertAction
impl Sync for RepositoryVulnerabilityAlertAction
impl Unpin for RepositoryVulnerabilityAlertAction
impl UnwindSafe for RepositoryVulnerabilityAlertAction
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