Struct trezor_client::AvailableDevice
source · pub struct AvailableDevice {
pub model: Model,
pub debug: bool,
/* private fields */
}
Expand description
A device found by the find_devices()
method. It can be connected to using the connect()
method.
Fields§
§model: Model
§debug: bool
Implementations§
Trait Implementations§
source§impl Debug for AvailableDevice
impl Debug for AvailableDevice
Auto Trait Implementations§
impl RefUnwindSafe for AvailableDevice
impl Send for AvailableDevice
impl Sync for AvailableDevice
impl Unpin for AvailableDevice
impl UnwindSafe for AvailableDevice
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