pub struct StatelessServiceFactoryBridge<E>where
E: Executor + 'static,{ /* private fields */ }Implementations§
Source§impl<E> StatelessServiceFactoryBridge<E>where
E: Executor,
impl<E> StatelessServiceFactoryBridge<E>where
E: Executor,
pub fn create( factory: Box<dyn IStatelessServiceFactory>, rt: E, ) -> StatelessServiceFactoryBridge<E>
Trait Implementations§
Source§impl<E> AsImpl<StatelessServiceFactoryBridge<E>> for IFabricStatelessServiceFactorywhere
E: Executor + 'static,
impl<E> AsImpl<StatelessServiceFactoryBridge<E>> for IFabricStatelessServiceFactorywhere
E: Executor + 'static,
Source§impl<E> ComObjectInner for StatelessServiceFactoryBridge<E>where
E: Executor + 'static,
impl<E> ComObjectInner for StatelessServiceFactoryBridge<E>where
E: Executor + 'static,
Source§type Outer = StatelessServiceFactoryBridge_Impl<E>
type Outer = StatelessServiceFactoryBridge_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<StatelessServiceFactoryBridge<E>> for IFabricStatelessServiceFactorywhere
E: Executor + 'static,
impl<E> From<StatelessServiceFactoryBridge<E>> for IFabricStatelessServiceFactorywhere
E: Executor + 'static,
Source§fn from(this: StatelessServiceFactoryBridge<E>) -> Self
fn from(this: StatelessServiceFactoryBridge<E>) -> Self
Converts to this type from the input type.
Source§impl<E> From<StatelessServiceFactoryBridge<E>> for IInspectablewhere
E: Executor + 'static,
impl<E> From<StatelessServiceFactoryBridge<E>> for IInspectablewhere
E: Executor + 'static,
Source§fn from(this: StatelessServiceFactoryBridge<E>) -> Self
fn from(this: StatelessServiceFactoryBridge<E>) -> Self
Converts to this type from the input type.
Source§impl<E> From<StatelessServiceFactoryBridge<E>> for IUnknownwhere
E: Executor + 'static,
impl<E> From<StatelessServiceFactoryBridge<E>> for IUnknownwhere
E: Executor + 'static,
Source§fn from(this: StatelessServiceFactoryBridge<E>) -> Self
fn from(this: StatelessServiceFactoryBridge<E>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<E> Freeze for StatelessServiceFactoryBridge<E>where
E: Freeze,
impl<E> !RefUnwindSafe for StatelessServiceFactoryBridge<E>
impl<E> Send for StatelessServiceFactoryBridge<E>
impl<E> Sync for StatelessServiceFactoryBridge<E>
impl<E> Unpin for StatelessServiceFactoryBridge<E>where
E: Unpin,
impl<E> UnsafeUnpin for StatelessServiceFactoryBridge<E>where
E: UnsafeUnpin,
impl<E> !UnwindSafe for StatelessServiceFactoryBridge<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