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