pub struct StatefulServiceFactoryBridge<E>where
E: Executor + 'static,{ /* private fields */ }Implementations§
Source§impl<E> StatefulServiceFactoryBridge<E>where
E: Executor,
impl<E> StatefulServiceFactoryBridge<E>where
E: Executor,
pub fn create( factory: Box<dyn IStatefulServiceFactory>, rt: E, ) -> StatefulServiceFactoryBridge<E>
Trait Implementations§
Source§impl<E> AsImpl<StatefulServiceFactoryBridge<E>> for IFabricStatefulServiceFactorywhere
E: Executor + 'static,
impl<E> AsImpl<StatefulServiceFactoryBridge<E>> for IFabricStatefulServiceFactorywhere
E: Executor + 'static,
Source§impl<E> ComObjectInner for StatefulServiceFactoryBridge<E>where
E: Executor + 'static,
impl<E> ComObjectInner for StatefulServiceFactoryBridge<E>where
E: Executor + 'static,
Source§type Outer = StatefulServiceFactoryBridge_Impl<E>
type Outer = StatefulServiceFactoryBridge_Impl<E>
The generated
<foo>_Impl type (aka the “boxed” type or “outer” type).Source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
Source§impl<E> From<StatefulServiceFactoryBridge<E>> for IFabricStatefulServiceFactorywhere
E: Executor + 'static,
impl<E> From<StatefulServiceFactoryBridge<E>> for IFabricStatefulServiceFactorywhere
E: Executor + 'static,
Source§fn from(this: StatefulServiceFactoryBridge<E>) -> Self
fn from(this: StatefulServiceFactoryBridge<E>) -> Self
Converts to this type from the input type.
Source§impl<E> From<StatefulServiceFactoryBridge<E>> for IInspectablewhere
E: Executor + 'static,
impl<E> From<StatefulServiceFactoryBridge<E>> for IInspectablewhere
E: Executor + 'static,
Source§fn from(this: StatefulServiceFactoryBridge<E>) -> Self
fn from(this: StatefulServiceFactoryBridge<E>) -> Self
Converts to this type from the input type.
Source§impl<E> From<StatefulServiceFactoryBridge<E>> for IUnknownwhere
E: Executor + 'static,
impl<E> From<StatefulServiceFactoryBridge<E>> for IUnknownwhere
E: Executor + 'static,
Source§fn from(this: StatefulServiceFactoryBridge<E>) -> Self
fn from(this: StatefulServiceFactoryBridge<E>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<E> Freeze for StatefulServiceFactoryBridge<E>where
E: Freeze,
impl<E> !RefUnwindSafe for StatefulServiceFactoryBridge<E>
impl<E> Send for StatefulServiceFactoryBridge<E>
impl<E> Sync for StatefulServiceFactoryBridge<E>
impl<E> Unpin for StatefulServiceFactoryBridge<E>where
E: Unpin,
impl<E> UnsafeUnpin for StatefulServiceFactoryBridge<E>where
E: UnsafeUnpin,
impl<E> !UnwindSafe for StatefulServiceFactoryBridge<E>
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