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