pub struct AlternateProbeProviderFactory;Expand description
Alternate implementation used to prove that bindings do not name implementations.
Trait Implementations§
Source§impl ConformanceModuleFactory for AlternateProbeProviderFactory
impl ConformanceModuleFactory for AlternateProbeProviderFactory
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 AlternateProbeProviderFactory
impl RefUnwindSafe for AlternateProbeProviderFactory
impl Send for AlternateProbeProviderFactory
impl Sync for AlternateProbeProviderFactory
impl Unpin for AlternateProbeProviderFactory
impl UnsafeUnpin for AlternateProbeProviderFactory
impl UnwindSafe for AlternateProbeProviderFactory
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