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