pub enum LeaveSecretProof {
Mismatch,
Verified,
}Expand description
Result of the permanent Leave-token verifier supplied by the consuming cryptographic layer.
Variants§
Mismatch
The presented secret does not match the tombstone/live credential.
Verified
The presented secret proof matches.
Trait Implementations§
Source§impl Clone for LeaveSecretProof
impl Clone for LeaveSecretProof
Source§fn clone(&self) -> LeaveSecretProof
fn clone(&self) -> LeaveSecretProof
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 LeaveSecretProof
Source§impl Debug for LeaveSecretProof
impl Debug for LeaveSecretProof
impl Eq for LeaveSecretProof
Source§impl PartialEq for LeaveSecretProof
impl PartialEq for LeaveSecretProof
impl StructuralPartialEq for LeaveSecretProof
Auto Trait Implementations§
impl Freeze for LeaveSecretProof
impl RefUnwindSafe for LeaveSecretProof
impl Send for LeaveSecretProof
impl Sync for LeaveSecretProof
impl Unpin for LeaveSecretProof
impl UnsafeUnpin for LeaveSecretProof
impl UnwindSafe for LeaveSecretProof
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