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