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