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