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