pub enum ConnType {
Usb,
Tcp,
Ble,
}
Expand description
Ledger connection types
Variants§
Trait Implementations§
impl Copy for ConnType
impl StructuralPartialEq for ConnType
Auto Trait Implementations§
impl Freeze for ConnType
impl RefUnwindSafe for ConnType
impl Send for ConnType
impl Sync for ConnType
impl Unpin for ConnType
impl UnwindSafe for ConnType
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