pub enum SpecterError {
DeviceNotFound,
DeviceDidNotSign,
Device(String),
UserCancelled,
}
Variants§
Trait Implementations§
Source§impl Debug for SpecterError
impl Debug for SpecterError
Source§impl Display for SpecterError
impl Display for SpecterError
Source§impl From<SpecterError> for Error
impl From<SpecterError> for Error
Source§fn from(e: SpecterError) -> HWIError
fn from(e: SpecterError) -> HWIError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SpecterError
impl RefUnwindSafe for SpecterError
impl Send for SpecterError
impl Sync for SpecterError
impl Unpin for SpecterError
impl UnwindSafe for SpecterError
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