pub enum CodeScanningAlertAction {
Created,
ReopenedByUser,
ClosedByUser,
Fixed,
AppearedInBranch,
Reopened,
}
Variants§
Trait Implementations§
source§impl Clone for CodeScanningAlertAction
impl Clone for CodeScanningAlertAction
source§fn clone(&self) -> CodeScanningAlertAction
fn clone(&self) -> CodeScanningAlertAction
Returns a copy 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 Debug for CodeScanningAlertAction
impl Debug for CodeScanningAlertAction
source§impl<'de> Deserialize<'de> for CodeScanningAlertAction
impl<'de> Deserialize<'de> for CodeScanningAlertAction
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 FromStr for CodeScanningAlertAction
impl FromStr for CodeScanningAlertAction
source§impl PartialEq<CodeScanningAlertAction> for CodeScanningAlertAction
impl PartialEq<CodeScanningAlertAction> for CodeScanningAlertAction
source§fn eq(&self, other: &CodeScanningAlertAction) -> bool
fn eq(&self, other: &CodeScanningAlertAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CodeScanningAlertAction
impl Serialize for CodeScanningAlertAction
source§impl TryFrom<&str> for CodeScanningAlertAction
impl TryFrom<&str> for CodeScanningAlertAction
source§impl VariantNames for CodeScanningAlertAction
impl VariantNames for CodeScanningAlertAction
impl StructuralPartialEq for CodeScanningAlertAction
Auto Trait Implementations§
impl RefUnwindSafe for CodeScanningAlertAction
impl Send for CodeScanningAlertAction
impl Sync for CodeScanningAlertAction
impl Unpin for CodeScanningAlertAction
impl UnwindSafe for CodeScanningAlertAction
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