pub enum ErrorKey {
InvalidPublicKey,
}Variants§
InvalidPublicKey
Trait Implementations§
impl Copy for ErrorKey
impl Eq for ErrorKey
impl StructuralPartialEq for ErrorKey
Auto Trait Implementations§
impl Freeze for ErrorKey
impl RefUnwindSafe for ErrorKey
impl Send for ErrorKey
impl Sync for ErrorKey
impl Unpin for ErrorKey
impl UnwindSafe for ErrorKey
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