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