pub enum LostCredentialAttachRefusalReason {
NoPendingTestimony,
NotAnIssuedCredentialAttach,
}Expand description
Why a lost credential attach could not be driven from retained testimony.
Variants§
NoPendingTestimony
No operation-domain lost-authority testimony is pending at all.
NotAnIssuedCredentialAttach
Testimony is pending, but the operation it testifies is not an issued credential attach.
The driver leaves it strictly alone rather than resolving it: a detach keeps its own replay machinery and a tokenless operation keeps its typed abandonment, and both of those paths need the take-once testimony this driver would otherwise have spent to discover it did not own the case.
Trait Implementations§
Source§impl Clone for LostCredentialAttachRefusalReason
impl Clone for LostCredentialAttachRefusalReason
Source§fn clone(&self) -> LostCredentialAttachRefusalReason
fn clone(&self) -> LostCredentialAttachRefusalReason
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 LostCredentialAttachRefusalReason
impl Eq for LostCredentialAttachRefusalReason
impl StructuralPartialEq for LostCredentialAttachRefusalReason
Auto Trait Implementations§
impl Freeze for LostCredentialAttachRefusalReason
impl RefUnwindSafe for LostCredentialAttachRefusalReason
impl Send for LostCredentialAttachRefusalReason
impl Sync for LostCredentialAttachRefusalReason
impl Unpin for LostCredentialAttachRefusalReason
impl UnsafeUnpin for LostCredentialAttachRefusalReason
impl UnwindSafe for LostCredentialAttachRefusalReason
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.