Struct buttplug::server::device::protocol::lelo_harmony::setup::LeloHarmonyIdentifierFactory
source · pub struct LeloHarmonyIdentifierFactory {}Trait Implementations§
source§impl Default for LeloHarmonyIdentifierFactory
impl Default for LeloHarmonyIdentifierFactory
source§fn default() -> LeloHarmonyIdentifierFactory
fn default() -> LeloHarmonyIdentifierFactory
Returns the “default value” for a type. Read more
source§impl ProtocolIdentifierFactory for LeloHarmonyIdentifierFactory
impl ProtocolIdentifierFactory for LeloHarmonyIdentifierFactory
fn identifier(&self) -> &str
fn create(&self) -> Box<dyn ProtocolIdentifier>
Auto Trait Implementations§
impl Freeze for LeloHarmonyIdentifierFactory
impl RefUnwindSafe for LeloHarmonyIdentifierFactory
impl Send for LeloHarmonyIdentifierFactory
impl Sync for LeloHarmonyIdentifierFactory
impl Unpin for LeloHarmonyIdentifierFactory
impl UnwindSafe for LeloHarmonyIdentifierFactory
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