pub struct ProbeConsumerFactory;Expand description
Default consumer factory. It verifies its singular dependency during activation.
Trait Implementations§
Source§impl ConformanceModuleFactory for ProbeConsumerFactory
impl ConformanceModuleFactory for ProbeConsumerFactory
fn package_id(&self) -> &'static str
fn package_version(&self) -> &'static str
fn instantiate( &self, _instance: &ModuleInstancePlan, ) -> Result<ConformanceModule, RuntimeFailure>
Auto Trait Implementations§
impl Freeze for ProbeConsumerFactory
impl RefUnwindSafe for ProbeConsumerFactory
impl Send for ProbeConsumerFactory
impl Sync for ProbeConsumerFactory
impl Unpin for ProbeConsumerFactory
impl UnsafeUnpin for ProbeConsumerFactory
impl UnwindSafe for ProbeConsumerFactory
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