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