pub enum DetachVerificationError {
Conversation,
Participant,
Generation,
}Expand description
Authority mismatch between an active binding and detach request.
Variants§
Conversation
Request names another conversation.
Participant
Request names another participant.
Generation
Request generation differs from the binding epoch.
Trait Implementations§
Source§impl Clone for DetachVerificationError
impl Clone for DetachVerificationError
Source§fn clone(&self) -> DetachVerificationError
fn clone(&self) -> DetachVerificationError
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 DetachVerificationError
Source§impl Debug for DetachVerificationError
impl Debug for DetachVerificationError
impl Eq for DetachVerificationError
Source§impl PartialEq for DetachVerificationError
impl PartialEq for DetachVerificationError
impl StructuralPartialEq for DetachVerificationError
Auto Trait Implementations§
impl Freeze for DetachVerificationError
impl RefUnwindSafe for DetachVerificationError
impl Send for DetachVerificationError
impl Sync for DetachVerificationError
impl Unpin for DetachVerificationError
impl UnsafeUnpin for DetachVerificationError
impl UnwindSafe for DetachVerificationError
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