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