pub enum ActiveDelegationProofStatus {
Missing,
Valid,
RefreshNeeded,
Expired,
}Variants§
Trait Implementations§
Source§impl Clone for ActiveDelegationProofStatus
impl Clone for ActiveDelegationProofStatus
Source§fn clone(&self) -> ActiveDelegationProofStatus
fn clone(&self) -> ActiveDelegationProofStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActiveDelegationProofStatus
impl Debug for ActiveDelegationProofStatus
Source§impl<'de> Deserialize<'de> for ActiveDelegationProofStatus
impl<'de> Deserialize<'de> for ActiveDelegationProofStatus
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
impl Eq for ActiveDelegationProofStatus
Source§impl PartialEq for ActiveDelegationProofStatus
impl PartialEq for ActiveDelegationProofStatus
Source§fn eq(&self, other: &ActiveDelegationProofStatus) -> bool
fn eq(&self, other: &ActiveDelegationProofStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActiveDelegationProofStatus
Auto Trait Implementations§
impl Freeze for ActiveDelegationProofStatus
impl RefUnwindSafe for ActiveDelegationProofStatus
impl Send for ActiveDelegationProofStatus
impl Sync for ActiveDelegationProofStatus
impl Unpin for ActiveDelegationProofStatus
impl UnsafeUnpin for ActiveDelegationProofStatus
impl UnwindSafe for ActiveDelegationProofStatus
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