pub enum RepositoryVulnerabilityAlertCreateAction {
Create,
}
Expand description
RepositoryVulnerabilityAlertCreateAction
JSON schema
{
"type": "string",
"enum": [
"create"
]
}
Variants§
Create
Trait Implementations§
Source§impl Clone for RepositoryVulnerabilityAlertCreateAction
impl Clone for RepositoryVulnerabilityAlertCreateAction
Source§fn clone(&self) -> RepositoryVulnerabilityAlertCreateAction
fn clone(&self) -> RepositoryVulnerabilityAlertCreateAction
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<'de> Deserialize<'de> for RepositoryVulnerabilityAlertCreateAction
impl<'de> Deserialize<'de> for RepositoryVulnerabilityAlertCreateAction
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 From<&RepositoryVulnerabilityAlertCreateAction> for RepositoryVulnerabilityAlertCreateAction
impl From<&RepositoryVulnerabilityAlertCreateAction> for RepositoryVulnerabilityAlertCreateAction
Source§fn from(value: &RepositoryVulnerabilityAlertCreateAction) -> Self
fn from(value: &RepositoryVulnerabilityAlertCreateAction) -> Self
Converts to this type from the input type.
Source§impl Ord for RepositoryVulnerabilityAlertCreateAction
impl Ord for RepositoryVulnerabilityAlertCreateAction
Source§fn cmp(&self, other: &RepositoryVulnerabilityAlertCreateAction) -> Ordering
fn cmp(&self, other: &RepositoryVulnerabilityAlertCreateAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RepositoryVulnerabilityAlertCreateAction
impl PartialEq for RepositoryVulnerabilityAlertCreateAction
Source§fn eq(&self, other: &RepositoryVulnerabilityAlertCreateAction) -> bool
fn eq(&self, other: &RepositoryVulnerabilityAlertCreateAction) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for RepositoryVulnerabilityAlertCreateAction
impl PartialOrd for RepositoryVulnerabilityAlertCreateAction
impl Copy for RepositoryVulnerabilityAlertCreateAction
impl Eq for RepositoryVulnerabilityAlertCreateAction
impl StructuralPartialEq for RepositoryVulnerabilityAlertCreateAction
Auto Trait Implementations§
impl Freeze for RepositoryVulnerabilityAlertCreateAction
impl RefUnwindSafe for RepositoryVulnerabilityAlertCreateAction
impl Send for RepositoryVulnerabilityAlertCreateAction
impl Sync for RepositoryVulnerabilityAlertCreateAction
impl Unpin for RepositoryVulnerabilityAlertCreateAction
impl UnwindSafe for RepositoryVulnerabilityAlertCreateAction
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