pub struct KeyGenError;Expand description
An error occurred during key generation
Auto Trait Implementations§
impl Freeze for KeyGenError
impl RefUnwindSafe for KeyGenError
impl Send for KeyGenError
impl Sync for KeyGenError
impl Unpin for KeyGenError
impl UnwindSafe for KeyGenError
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