pub enum ConnectionType {
Usb(AndroidAutoUsb),
}Expand description
The types of connections that can exist, exists to make it possible for the usb and wireless features to work with tokio::select macro
Variants§
Usb(AndroidAutoUsb)
The variant for usb connections
Auto Trait Implementations§
impl Freeze for ConnectionType
impl !RefUnwindSafe for ConnectionType
impl Send for ConnectionType
impl Sync for ConnectionType
impl Unpin for ConnectionType
impl UnsafeUnpin for ConnectionType
impl !UnwindSafe for ConnectionType
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