pub enum X25519DeriveError {
InvalidPrivateKey,
InvalidPeerPublicKey,
Backend(BackendError),
}Variants§
Trait Implementations§
Source§impl Clone for X25519DeriveError
impl Clone for X25519DeriveError
Source§fn clone(&self) -> X25519DeriveError
fn clone(&self) -> X25519DeriveError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for X25519DeriveError
impl Debug for X25519DeriveError
Source§impl PartialEq for X25519DeriveError
impl PartialEq for X25519DeriveError
impl Eq for X25519DeriveError
impl StructuralPartialEq for X25519DeriveError
Auto Trait Implementations§
impl Freeze for X25519DeriveError
impl RefUnwindSafe for X25519DeriveError
impl Send for X25519DeriveError
impl Sync for X25519DeriveError
impl Unpin for X25519DeriveError
impl UnsafeUnpin for X25519DeriveError
impl UnwindSafe for X25519DeriveError
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