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