pub enum IdentifyRejection {
NoSuchLink,
LinkNotActive,
NotInitiator,
IdentityNotHeld,
}Variants§
Trait Implementations§
Source§impl Clone for IdentifyRejection
impl Clone for IdentifyRejection
Source§fn clone(&self) -> IdentifyRejection
fn clone(&self) -> IdentifyRejection
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 IdentifyRejection
Source§impl Debug for IdentifyRejection
impl Debug for IdentifyRejection
impl Eq for IdentifyRejection
Source§impl PartialEq for IdentifyRejection
impl PartialEq for IdentifyRejection
impl StructuralPartialEq for IdentifyRejection
Auto Trait Implementations§
impl Freeze for IdentifyRejection
impl RefUnwindSafe for IdentifyRejection
impl Send for IdentifyRejection
impl Sync for IdentifyRejection
impl Unpin for IdentifyRejection
impl UnsafeUnpin for IdentifyRejection
impl UnwindSafe for IdentifyRejection
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