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