pub struct StreamProbeProviderFactory;Expand description
Factory for the default stream conformance endpoint.
Trait Implementations§
Source§impl ConformancePluginFactory for StreamProbeProviderFactory
impl ConformancePluginFactory for StreamProbeProviderFactory
fn package_id(&self) -> &'static str
fn package_version(&self) -> &'static str
fn instantiate( &self, _instance: &PluginInstancePlan, ) -> Result<ConformancePlugin, RuntimeFailure>
Auto Trait Implementations§
impl Freeze for StreamProbeProviderFactory
impl RefUnwindSafe for StreamProbeProviderFactory
impl Send for StreamProbeProviderFactory
impl Sync for StreamProbeProviderFactory
impl Unpin for StreamProbeProviderFactory
impl UnsafeUnpin for StreamProbeProviderFactory
impl UnwindSafe for StreamProbeProviderFactory
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