pub enum AvailableDeviceTransport {
WebUsb(AvailableWebUsbTransport),
Udp(AvailableUdpTransport),
}
Expand description
An available transport for a Trezor device, containing any of the different supported transports.
Variants§
WebUsb(AvailableWebUsbTransport)
Udp(AvailableUdpTransport)
Trait Implementations§
source§impl Debug for AvailableDeviceTransport
impl Debug for AvailableDeviceTransport
Auto Trait Implementations§
impl Freeze for AvailableDeviceTransport
impl RefUnwindSafe for AvailableDeviceTransport
impl Send for AvailableDeviceTransport
impl Sync for AvailableDeviceTransport
impl Unpin for AvailableDeviceTransport
impl UnwindSafe for AvailableDeviceTransport
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