Struct trezor_client::transport::protocol::ProtocolV1
source · pub struct ProtocolV1<L: Link> {
pub link: L,
}
Expand description
The original binary protocol.
Fields§
§link: L
Trait Implementations§
Auto Trait Implementations§
impl<L> RefUnwindSafe for ProtocolV1<L>where
L: RefUnwindSafe,
impl<L> Send for ProtocolV1<L>where
L: Send,
impl<L> Sync for ProtocolV1<L>where
L: Sync,
impl<L> Unpin for ProtocolV1<L>where
L: Unpin,
impl<L> UnwindSafe for ProtocolV1<L>where
L: UnwindSafe,
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