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