Enum async_hwi::specter::SpecterError
source · pub enum SpecterError {
DeviceNotFound,
DeviceDidNotSign,
Device(String),
}
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 HWIError
impl From<SpecterError> for HWIError
source§fn from(e: SpecterError) -> HWIError
fn from(e: SpecterError) -> HWIError
Converts to this type from the input type.
Auto Trait Implementations§
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