pub struct JoyHubV4IdentifierFactory {}Trait Implementations§
Source§impl Default for JoyHubV4IdentifierFactory
impl Default for JoyHubV4IdentifierFactory
Source§fn default() -> JoyHubV4IdentifierFactory
fn default() -> JoyHubV4IdentifierFactory
Returns the “default value” for a type. Read more
Source§impl ProtocolIdentifierFactory for JoyHubV4IdentifierFactory
impl ProtocolIdentifierFactory for JoyHubV4IdentifierFactory
fn identifier(&self) -> &str
fn create(&self) -> Box<dyn ProtocolIdentifier>
Auto Trait Implementations§
impl Freeze for JoyHubV4IdentifierFactory
impl RefUnwindSafe for JoyHubV4IdentifierFactory
impl Send for JoyHubV4IdentifierFactory
impl Sync for JoyHubV4IdentifierFactory
impl Unpin for JoyHubV4IdentifierFactory
impl UnwindSafe for JoyHubV4IdentifierFactory
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