pub enum CredentialAttachReissueReason {
ReceiptExpired(ReceiptExpiryReason),
StaleOrUnknownReceipt,
}Expand description
Why a driven credential attach ended in an honest re-issue terminal.
This is an SDK-side classification of two wire answers, not a new wire value: both arms are read off responses the server already sends.
Variants§
ReceiptExpired(ReceiptExpiryReason)
The receipt window closed while provenance still explains the commit, so the server can still state WHICH generation the lost commit produced.
StaleOrUnknownReceipt
Provenance expired too. The server deliberately claims no commit proof, so exact-old and unknown tokens are indistinguishable from here.
Trait Implementations§
Source§impl Clone for CredentialAttachReissueReason
impl Clone for CredentialAttachReissueReason
Source§fn clone(&self) -> CredentialAttachReissueReason
fn clone(&self) -> CredentialAttachReissueReason
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 moreimpl Copy for CredentialAttachReissueReason
impl Eq for CredentialAttachReissueReason
impl StructuralPartialEq for CredentialAttachReissueReason
Auto Trait Implementations§
impl Freeze for CredentialAttachReissueReason
impl RefUnwindSafe for CredentialAttachReissueReason
impl Send for CredentialAttachReissueReason
impl Sync for CredentialAttachReissueReason
impl Unpin for CredentialAttachReissueReason
impl UnsafeUnpin for CredentialAttachReissueReason
impl UnwindSafe for CredentialAttachReissueReason
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.