pub struct IFabricStatefulServiceReplicaBridge<E>where
E: Executor,{ /* private fields */ }Implementations§
Source§impl<E> IFabricStatefulServiceReplicaBridge<E>where
E: Executor,
impl<E> IFabricStatefulServiceReplicaBridge<E>where
E: Executor,
pub fn create( rplctr: Box<dyn IStatefulServiceReplica>, rt: E, ) -> IFabricStatefulServiceReplicaBridge<E>
Trait Implementations§
Source§impl<E> AsImpl<IFabricStatefulServiceReplicaBridge<E>> for IFabricStatefulServiceReplicawhere
E: Executor,
impl<E> AsImpl<IFabricStatefulServiceReplicaBridge<E>> for IFabricStatefulServiceReplicawhere
E: Executor,
Source§impl<E> ComObjectInner for IFabricStatefulServiceReplicaBridge<E>where
E: Executor,
impl<E> ComObjectInner for IFabricStatefulServiceReplicaBridge<E>where
E: Executor,
Source§type Outer = IFabricStatefulServiceReplicaBridge_Impl<E>
type Outer = IFabricStatefulServiceReplicaBridge_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<IFabricStatefulServiceReplicaBridge<E>> for IFabricStatefulServiceReplicawhere
E: Executor,
impl<E> From<IFabricStatefulServiceReplicaBridge<E>> for IFabricStatefulServiceReplicawhere
E: Executor,
Source§fn from(this: IFabricStatefulServiceReplicaBridge<E>) -> Self
fn from(this: IFabricStatefulServiceReplicaBridge<E>) -> Self
Converts to this type from the input type.
Source§impl<E> From<IFabricStatefulServiceReplicaBridge<E>> for IInspectablewhere
E: Executor,
impl<E> From<IFabricStatefulServiceReplicaBridge<E>> for IInspectablewhere
E: Executor,
Source§fn from(this: IFabricStatefulServiceReplicaBridge<E>) -> Self
fn from(this: IFabricStatefulServiceReplicaBridge<E>) -> Self
Converts to this type from the input type.
Source§impl<E> From<IFabricStatefulServiceReplicaBridge<E>> for IUnknownwhere
E: Executor,
impl<E> From<IFabricStatefulServiceReplicaBridge<E>> for IUnknownwhere
E: Executor,
Source§fn from(this: IFabricStatefulServiceReplicaBridge<E>) -> Self
fn from(this: IFabricStatefulServiceReplicaBridge<E>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<E> Freeze for IFabricStatefulServiceReplicaBridge<E>where
E: Freeze,
impl<E> !RefUnwindSafe for IFabricStatefulServiceReplicaBridge<E>
impl<E> Send for IFabricStatefulServiceReplicaBridge<E>
impl<E> Sync for IFabricStatefulServiceReplicaBridge<E>
impl<E> Unpin for IFabricStatefulServiceReplicaBridge<E>where
E: Unpin,
impl<E> UnsafeUnpin for IFabricStatefulServiceReplicaBridge<E>where
E: UnsafeUnpin,
impl<E> !UnwindSafe for IFabricStatefulServiceReplicaBridge<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