Enum hexpm::RetirementReason
source · pub enum RetirementReason {
Other,
Invalid,
Security,
Deprecated,
Renamed,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for RetirementReason
impl Clone for RetirementReason
source§fn clone(&self) -> RetirementReason
fn clone(&self) -> RetirementReason
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 RetirementReason
impl Debug for RetirementReason
source§impl<'de> Deserialize<'de> for RetirementReason
impl<'de> Deserialize<'de> for RetirementReason
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 PartialEq for RetirementReason
impl PartialEq for RetirementReason
source§fn eq(&self, other: &RetirementReason) -> bool
fn eq(&self, other: &RetirementReason) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RetirementReason
impl StructuralPartialEq for RetirementReason
Auto Trait Implementations§
impl Freeze for RetirementReason
impl RefUnwindSafe for RetirementReason
impl Send for RetirementReason
impl Sync for RetirementReason
impl Unpin for RetirementReason
impl UnwindSafe for RetirementReason
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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