pub struct X25519Error;Expand description
Returned when the peer supplies a low-order (non-contributory) public key.
Trait Implementations§
Source§impl Debug for X25519Error
impl Debug for X25519Error
Auto Trait Implementations§
impl Freeze for X25519Error
impl RefUnwindSafe for X25519Error
impl Send for X25519Error
impl Sync for X25519Error
impl Unpin for X25519Error
impl UnsafeUnpin for X25519Error
impl UnwindSafe for X25519Error
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