pub struct DuplexCryptoError;Expand description
Encrypt/decrypt failed: buffer too small, length overflow, or (decrypt) authentication failure.
Trait Implementations§
Source§impl Clone for DuplexCryptoError
impl Clone for DuplexCryptoError
Source§fn clone(&self) -> DuplexCryptoError
fn clone(&self) -> DuplexCryptoError
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 moreSource§impl Debug for DuplexCryptoError
impl Debug for DuplexCryptoError
Source§impl PartialEq for DuplexCryptoError
impl PartialEq for DuplexCryptoError
Source§fn eq(&self, other: &DuplexCryptoError) -> bool
fn eq(&self, other: &DuplexCryptoError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DuplexCryptoError
impl Eq for DuplexCryptoError
impl StructuralPartialEq for DuplexCryptoError
Auto Trait Implementations§
impl Freeze for DuplexCryptoError
impl RefUnwindSafe for DuplexCryptoError
impl Send for DuplexCryptoError
impl Sync for DuplexCryptoError
impl Unpin for DuplexCryptoError
impl UnsafeUnpin for DuplexCryptoError
impl UnwindSafe for DuplexCryptoError
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