pub struct PrivateKeyMethodError(/* private fields */);
Expand description
An error returned from a private key method.
Implementations§
Source§impl PrivateKeyMethodError
impl PrivateKeyMethodError
Sourcepub const FAILURE: PrivateKeyMethodError = _
pub const FAILURE: PrivateKeyMethodError = _
A fatal error occurred and the handshake should be terminated.
Sourcepub const RETRY: PrivateKeyMethodError = _
pub const RETRY: PrivateKeyMethodError = _
The operation could not be completed and should be retried later.
Trait Implementations§
Source§impl Clone for PrivateKeyMethodError
impl Clone for PrivateKeyMethodError
Source§fn clone(&self) -> PrivateKeyMethodError
fn clone(&self) -> PrivateKeyMethodError
Returns a copy 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 PrivateKeyMethodError
impl Debug for PrivateKeyMethodError
Source§impl PartialEq for PrivateKeyMethodError
impl PartialEq for PrivateKeyMethodError
impl Copy for PrivateKeyMethodError
impl Eq for PrivateKeyMethodError
impl StructuralPartialEq for PrivateKeyMethodError
Auto Trait Implementations§
impl Freeze for PrivateKeyMethodError
impl RefUnwindSafe for PrivateKeyMethodError
impl Send for PrivateKeyMethodError
impl Sync for PrivateKeyMethodError
impl Unpin for PrivateKeyMethodError
impl UnwindSafe for PrivateKeyMethodError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)