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