pub enum DependabotAlertFixedAction {
Fixed,
}
Expand description
DependabotAlertFixedAction
JSON schema
{
"type": "string",
"enum": [
"fixed"
]
}
Variants§
Fixed
Trait Implementations§
Source§impl Clone for DependabotAlertFixedAction
impl Clone for DependabotAlertFixedAction
Source§fn clone(&self) -> DependabotAlertFixedAction
fn clone(&self) -> DependabotAlertFixedAction
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 DependabotAlertFixedAction
impl Debug for DependabotAlertFixedAction
Source§impl<'de> Deserialize<'de> for DependabotAlertFixedAction
impl<'de> Deserialize<'de> for DependabotAlertFixedAction
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<&DependabotAlertFixedAction> for DependabotAlertFixedAction
impl From<&DependabotAlertFixedAction> for DependabotAlertFixedAction
Source§fn from(value: &DependabotAlertFixedAction) -> Self
fn from(value: &DependabotAlertFixedAction) -> Self
Converts to this type from the input type.
Source§impl FromStr for DependabotAlertFixedAction
impl FromStr for DependabotAlertFixedAction
Source§impl Hash for DependabotAlertFixedAction
impl Hash for DependabotAlertFixedAction
Source§impl Ord for DependabotAlertFixedAction
impl Ord for DependabotAlertFixedAction
Source§fn cmp(&self, other: &DependabotAlertFixedAction) -> Ordering
fn cmp(&self, other: &DependabotAlertFixedAction) -> 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 PartialOrd for DependabotAlertFixedAction
impl PartialOrd for DependabotAlertFixedAction
Source§impl TryFrom<&String> for DependabotAlertFixedAction
impl TryFrom<&String> for DependabotAlertFixedAction
Source§impl TryFrom<&str> for DependabotAlertFixedAction
impl TryFrom<&str> for DependabotAlertFixedAction
Source§impl TryFrom<String> for DependabotAlertFixedAction
impl TryFrom<String> for DependabotAlertFixedAction
impl Copy for DependabotAlertFixedAction
impl Eq for DependabotAlertFixedAction
impl StructuralPartialEq for DependabotAlertFixedAction
Auto Trait Implementations§
impl Freeze for DependabotAlertFixedAction
impl RefUnwindSafe for DependabotAlertFixedAction
impl Send for DependabotAlertFixedAction
impl Sync for DependabotAlertFixedAction
impl Unpin for DependabotAlertFixedAction
impl UnwindSafe for DependabotAlertFixedAction
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