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