Struct hexpm::RetirementStatus
source · pub struct RetirementStatus {
pub reason: RetirementReason,
pub message: String,
}Fields§
§reason: RetirementReason§message: StringTrait Implementations§
source§impl Clone for RetirementStatus
impl Clone for RetirementStatus
source§fn clone(&self) -> RetirementStatus
fn clone(&self) -> RetirementStatus
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 RetirementStatus
impl Debug for RetirementStatus
source§impl<'de> Deserialize<'de> for RetirementStatus
impl<'de> Deserialize<'de> for RetirementStatus
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 RetirementStatus
impl PartialEq for RetirementStatus
source§fn eq(&self, other: &RetirementStatus) -> bool
fn eq(&self, other: &RetirementStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RetirementStatus
impl StructuralPartialEq for RetirementStatus
Auto Trait Implementations§
impl Freeze for RetirementStatus
impl RefUnwindSafe for RetirementStatus
impl Send for RetirementStatus
impl Sync for RetirementStatus
impl Unpin for RetirementStatus
impl UnwindSafe for RetirementStatus
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