pub struct Dummy {}Expand description
A dummy struct for ensuring enums are not empty
Trait Implementations§
Source§impl BluetoothRfcommProfileAsyncTrait for Dummy
impl BluetoothRfcommProfileAsyncTrait for Dummy
Source§async fn connectable(
&mut self,
) -> Result<BluetoothRfcommConnectableAsync, String>
async fn connectable( &mut self, ) -> Result<BluetoothRfcommConnectableAsync, String>
Get an object in order to accept a connection from or connect to a bluetooth peer
Source§impl BluetoothRfcommProfileSyncTrait for Dummy
impl BluetoothRfcommProfileSyncTrait for Dummy
Source§fn connectable(&mut self) -> Result<BluetoothRfcommConnectableSync, String>
fn connectable(&mut self) -> Result<BluetoothRfcommConnectableSync, String>
Get an object in order to accept a connection from or connect to a bluetooth peer
Source§impl From<Dummy> for BluetoothRfcommProfileAsync
impl From<Dummy> for BluetoothRfcommProfileAsync
Source§fn from(v: Dummy) -> BluetoothRfcommProfileAsync
fn from(v: Dummy) -> BluetoothRfcommProfileAsync
Converts to this type from the input type.
Source§impl From<Dummy> for BluetoothRfcommProfileSync
impl From<Dummy> for BluetoothRfcommProfileSync
Source§fn from(v: Dummy) -> BluetoothRfcommProfileSync
fn from(v: Dummy) -> BluetoothRfcommProfileSync
Converts to this type from the input type.
Source§impl TryInto<Dummy> for BluetoothRfcommProfileAsync
impl TryInto<Dummy> for BluetoothRfcommProfileAsync
Auto Trait Implementations§
impl Freeze for Dummy
impl RefUnwindSafe for Dummy
impl Send for Dummy
impl Sync for Dummy
impl Unpin for Dummy
impl UnsafeUnpin for Dummy
impl UnwindSafe for Dummy
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