Struct trezor_client::transport::udp::AvailableUdpTransport
source · pub struct AvailableUdpTransport {
pub host: String,
pub port: String,
}
Expand description
An available transport for connecting with a device.
Fields§
§host: String
§port: String
Trait Implementations§
source§impl Debug for AvailableUdpTransport
impl Debug for AvailableUdpTransport
Auto Trait Implementations§
impl RefUnwindSafe for AvailableUdpTransport
impl Send for AvailableUdpTransport
impl Sync for AvailableUdpTransport
impl Unpin for AvailableUdpTransport
impl UnwindSafe for AvailableUdpTransport
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