pub struct StatefulServiceFactoryBridge<E, F>where
E: Executor,
F: StatefulServiceFactory,{ /* private fields */ }
Implementations§
source§impl<E, F> StatefulServiceFactoryBridge<E, F>where
E: Executor,
F: StatefulServiceFactory,
impl<E, F> StatefulServiceFactoryBridge<E, F>where
E: Executor,
F: StatefulServiceFactory,
pub fn create(factory: F, rt: E) -> StatefulServiceFactoryBridge<E, F>
Trait Implementations§
source§impl<E, F> AsImpl<StatefulServiceFactoryBridge<E, F>> for IFabricStatefulServiceFactorywhere
E: Executor,
F: StatefulServiceFactory,
impl<E, F> AsImpl<StatefulServiceFactoryBridge<E, F>> for IFabricStatefulServiceFactorywhere
E: Executor,
F: StatefulServiceFactory,
source§unsafe fn as_impl(&self) -> &StatefulServiceFactoryBridge<E, F>
unsafe fn as_impl(&self) -> &StatefulServiceFactoryBridge<E, F>
Safety Read more
source§impl<E, F> From<StatefulServiceFactoryBridge<E, F>> for IFabricStatefulServiceFactorywhere
E: Executor,
F: StatefulServiceFactory,
impl<E, F> From<StatefulServiceFactoryBridge<E, F>> for IFabricStatefulServiceFactorywhere
E: Executor,
F: StatefulServiceFactory,
source§fn from(this: StatefulServiceFactoryBridge<E, F>) -> Self
fn from(this: StatefulServiceFactoryBridge<E, F>) -> Self
Converts to this type from the input type.
source§impl<E, F> From<StatefulServiceFactoryBridge<E, F>> for IInspectablewhere
E: Executor,
F: StatefulServiceFactory,
impl<E, F> From<StatefulServiceFactoryBridge<E, F>> for IInspectablewhere
E: Executor,
F: StatefulServiceFactory,
source§fn from(this: StatefulServiceFactoryBridge<E, F>) -> Self
fn from(this: StatefulServiceFactoryBridge<E, F>) -> Self
Converts to this type from the input type.
source§impl<E, F> From<StatefulServiceFactoryBridge<E, F>> for IUnknownwhere
E: Executor,
F: StatefulServiceFactory,
impl<E, F> From<StatefulServiceFactoryBridge<E, F>> for IUnknownwhere
E: Executor,
F: StatefulServiceFactory,
source§fn from(this: StatefulServiceFactoryBridge<E, F>) -> Self
fn from(this: StatefulServiceFactoryBridge<E, F>) -> Self
Converts to this type from the input type.
source§impl<E, F> IFabricStatefulServiceFactory_Impl for StatefulServiceFactoryBridge<E, F>where
E: Executor,
F: StatefulServiceFactory,
impl<E, F> IFabricStatefulServiceFactory_Impl for StatefulServiceFactoryBridge<E, F>where
E: Executor,
F: StatefulServiceFactory,
Auto Trait Implementations§
impl<E, F> Freeze for StatefulServiceFactoryBridge<E, F>
impl<E, F> RefUnwindSafe for StatefulServiceFactoryBridge<E, F>where
E: RefUnwindSafe,
F: RefUnwindSafe,
impl<E, F> Send for StatefulServiceFactoryBridge<E, F>where
F: Send,
impl<E, F> Sync for StatefulServiceFactoryBridge<E, F>where
F: Sync,
impl<E, F> Unpin for StatefulServiceFactoryBridge<E, F>
impl<E, F> UnwindSafe for StatefulServiceFactoryBridge<E, F>where
E: UnwindSafe,
F: UnwindSafe,
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