pub enum SpeedEditorError {
HidApiError(HidError),
StdIoError(Error),
AuthGetKbdChallengeError,
AuthGetKbdResponseError,
AuthGetKbdStatusError,
CallbackExecutionError,
}Variants§
HidApiError(HidError)
StdIoError(Error)
AuthGetKbdChallengeError
AuthGetKbdResponseError
AuthGetKbdStatusError
CallbackExecutionError
Trait Implementations§
Source§impl Debug for SpeedEditorError
impl Debug for SpeedEditorError
Source§impl From<Error> for SpeedEditorError
impl From<Error> for SpeedEditorError
Auto Trait Implementations§
impl Freeze for SpeedEditorError
impl !RefUnwindSafe for SpeedEditorError
impl Send for SpeedEditorError
impl Sync for SpeedEditorError
impl Unpin for SpeedEditorError
impl !UnwindSafe for SpeedEditorError
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