pub enum KeyAgreementFailureKind {
DeriveSharedSecretFailed,
KeyGenerationFailed,
}Expand description
Specific reason a key agreement operation failed.
Variants§
Trait Implementations§
Source§impl Clone for KeyAgreementFailureKind
impl Clone for KeyAgreementFailureKind
Source§fn clone(&self) -> KeyAgreementFailureKind
fn clone(&self) -> KeyAgreementFailureKind
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 KeyAgreementFailureKind
Source§impl Debug for KeyAgreementFailureKind
impl Debug for KeyAgreementFailureKind
Source§impl Display for KeyAgreementFailureKind
impl Display for KeyAgreementFailureKind
impl Eq for KeyAgreementFailureKind
Source§impl PartialEq for KeyAgreementFailureKind
impl PartialEq for KeyAgreementFailureKind
impl StructuralPartialEq for KeyAgreementFailureKind
Auto Trait Implementations§
impl Freeze for KeyAgreementFailureKind
impl RefUnwindSafe for KeyAgreementFailureKind
impl Send for KeyAgreementFailureKind
impl Sync for KeyAgreementFailureKind
impl Unpin for KeyAgreementFailureKind
impl UnsafeUnpin for KeyAgreementFailureKind
impl UnwindSafe for KeyAgreementFailureKind
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