Enum async_hwi::DeviceType
source · [−]pub enum DeviceType {
Specter,
SpecterSimulator,
}
Expand description
DeviceType is the result of the following process: If it is talking like a Duck© hardware wallet it is a Duck© hardware wallet.
Variants
Specter
SpecterSimulator
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeviceType
impl Send for DeviceType
impl Sync for DeviceType
impl Unpin for DeviceType
impl UnwindSafe for DeviceType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more