pub enum LeaveVerificationError {
Conversation,
Participant,
Generation,
Secret,
}Expand description
Failure while proving a live member’s exact Leave request authority.
Variants§
Conversation
Request names another conversation.
Participant
Request names another participant.
Generation
Presented generation is not the current live generation.
Secret
Presented attach secret failed the consuming layer’s constant-time proof.
Trait Implementations§
Source§impl Clone for LeaveVerificationError
impl Clone for LeaveVerificationError
Source§fn clone(&self) -> LeaveVerificationError
fn clone(&self) -> LeaveVerificationError
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 LeaveVerificationError
Source§impl Debug for LeaveVerificationError
impl Debug for LeaveVerificationError
impl Eq for LeaveVerificationError
Source§impl PartialEq for LeaveVerificationError
impl PartialEq for LeaveVerificationError
impl StructuralPartialEq for LeaveVerificationError
Auto Trait Implementations§
impl Freeze for LeaveVerificationError
impl RefUnwindSafe for LeaveVerificationError
impl Send for LeaveVerificationError
impl Sync for LeaveVerificationError
impl Unpin for LeaveVerificationError
impl UnsafeUnpin for LeaveVerificationError
impl UnwindSafe for LeaveVerificationError
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