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