pub enum CryptoErrorKind {
InvalidSignature,
InvalidShare,
InvalidProof,
InvalidKey,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CryptoErrorKind
impl RefUnwindSafe for CryptoErrorKind
impl Send for CryptoErrorKind
impl Sync for CryptoErrorKind
impl Unpin for CryptoErrorKind
impl UnsafeUnpin for CryptoErrorKind
impl UnwindSafe for CryptoErrorKind
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