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