pub struct JoyHubIdentifier {}Trait Implementations§
source§impl Default for JoyHubIdentifier
impl Default for JoyHubIdentifier
source§fn default() -> JoyHubIdentifier
fn default() -> JoyHubIdentifier
Returns the “default value” for a type. Read more
source§impl ProtocolIdentifier for JoyHubIdentifier
impl ProtocolIdentifier for JoyHubIdentifier
fn identify<'life0, 'async_trait>(
&'life0 mut self,
hardware: Arc<Hardware>
) -> Pin<Box<dyn Future<Output = Result<(ServerDeviceIdentifier, Box<dyn ProtocolInitializer>), ButtplugDeviceError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for JoyHubIdentifier
impl RefUnwindSafe for JoyHubIdentifier
impl Send for JoyHubIdentifier
impl Sync for JoyHubIdentifier
impl Unpin for JoyHubIdentifier
impl UnwindSafe for JoyHubIdentifier
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