pub enum SecurityAdvisoryAction {
Published,
Updated,
Performed,
Withdrawn,
}
Variants§
Trait Implementations§
source§impl Clone for SecurityAdvisoryAction
impl Clone for SecurityAdvisoryAction
source§fn clone(&self) -> SecurityAdvisoryAction
fn clone(&self) -> SecurityAdvisoryAction
Returns a copy 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 SecurityAdvisoryAction
impl Debug for SecurityAdvisoryAction
source§impl<'de> Deserialize<'de> for SecurityAdvisoryAction
impl<'de> Deserialize<'de> for SecurityAdvisoryAction
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 FromStr for SecurityAdvisoryAction
impl FromStr for SecurityAdvisoryAction
source§impl PartialEq<SecurityAdvisoryAction> for SecurityAdvisoryAction
impl PartialEq<SecurityAdvisoryAction> for SecurityAdvisoryAction
source§fn eq(&self, other: &SecurityAdvisoryAction) -> bool
fn eq(&self, other: &SecurityAdvisoryAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SecurityAdvisoryAction
impl Serialize for SecurityAdvisoryAction
source§impl TryFrom<&str> for SecurityAdvisoryAction
impl TryFrom<&str> for SecurityAdvisoryAction
source§impl VariantNames for SecurityAdvisoryAction
impl VariantNames for SecurityAdvisoryAction
impl StructuralPartialEq for SecurityAdvisoryAction
Auto Trait Implementations§
impl RefUnwindSafe for SecurityAdvisoryAction
impl Send for SecurityAdvisoryAction
impl Sync for SecurityAdvisoryAction
impl Unpin for SecurityAdvisoryAction
impl UnwindSafe for SecurityAdvisoryAction
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