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