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