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