Struct trezor_client::AvailableDevice
source · 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
sourceimpl 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
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