Struct buttplug::server::device::protocol::prettylove::PrettyLoveIdentifier
source · pub struct PrettyLoveIdentifier {}Trait Implementations§
source§impl Default for PrettyLoveIdentifier
impl Default for PrettyLoveIdentifier
source§fn default() -> PrettyLoveIdentifier
fn default() -> PrettyLoveIdentifier
Returns the “default value” for a type. Read more
source§impl ProtocolIdentifier for PrettyLoveIdentifier
impl ProtocolIdentifier for PrettyLoveIdentifier
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 PrettyLoveIdentifier
impl RefUnwindSafe for PrettyLoveIdentifier
impl Send for PrettyLoveIdentifier
impl Sync for PrettyLoveIdentifier
impl Unpin for PrettyLoveIdentifier
impl UnwindSafe for PrettyLoveIdentifier
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