pub enum BluetoothResponse {
Adapters(usize),
}
Expand description
Responses issued by the library
Variants§
Auto Trait Implementations§
impl Freeze for BluetoothResponse
impl RefUnwindSafe for BluetoothResponse
impl Send for BluetoothResponse
impl Sync for BluetoothResponse
impl Unpin for BluetoothResponse
impl UnwindSafe for BluetoothResponse
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