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