pub struct ProbeProviderFactory;Expand description
Default provider used by the conformance suite.
Trait Implementations§
Source§impl ConformanceModuleFactory for ProbeProviderFactory
impl ConformanceModuleFactory for ProbeProviderFactory
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 ProbeProviderFactory
impl RefUnwindSafe for ProbeProviderFactory
impl Send for ProbeProviderFactory
impl Sync for ProbeProviderFactory
impl Unpin for ProbeProviderFactory
impl UnsafeUnpin for ProbeProviderFactory
impl UnwindSafe for ProbeProviderFactory
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