Struct quinn_proto::crypto::CryptoError
source · pub struct CryptoError;
Expand description
Generic crypto errors
Trait Implementations§
source§impl Debug for CryptoError
impl Debug for CryptoError
source§impl From<Unspecified> for CryptoError
impl From<Unspecified> for CryptoError
source§fn from(_: Unspecified) -> Self
fn from(_: Unspecified) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CryptoError
impl RefUnwindSafe for CryptoError
impl Send for CryptoError
impl Sync for CryptoError
impl Unpin for CryptoError
impl UnwindSafe for CryptoError
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