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