#[repr(C)]pub struct IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,{ /* private fields */ }
Trait Implementations§
Source§impl<E, R> ComObjectInterface<IFabricStatefulServiceReplica> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
impl<E, R> ComObjectInterface<IFabricStatefulServiceReplica> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IFabricStatefulServiceReplica>
fn as_interface_ref(&self) -> InterfaceRef<'_, IFabricStatefulServiceReplica>
Gets a borrowed interface that is implemented by
T
.Source§impl<E, R> ComObjectInterface<IInspectable> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
impl<E, R> ComObjectInterface<IInspectable> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
fn as_interface_ref(&self) -> InterfaceRef<'_, IInspectable>
Gets a borrowed interface that is implemented by
T
.Source§impl<E, R> ComObjectInterface<IUnknown> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
impl<E, R> ComObjectInterface<IUnknown> for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
Source§fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
fn as_interface_ref(&self) -> InterfaceRef<'_, IUnknown>
Gets a borrowed interface that is implemented by
T
.Source§impl<E, R> IFabricStatefulServiceReplica_Impl for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica,
impl<E, R> IFabricStatefulServiceReplica_Impl for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica,
fn BeginOpen( &self, openmode: FABRIC_REPLICA_OPEN_MODE, partition: Ref<'_, IFabricStatefulServicePartition>, callback: Ref<'_, IFabricAsyncOperationCallback>, ) -> WinResult<IFabricAsyncOperationContext>
fn EndOpen( &self, context: Ref<'_, IFabricAsyncOperationContext>, ) -> WinResult<IFabricReplicator>
fn BeginChangeRole( &self, newrole: FABRIC_REPLICA_ROLE, callback: Ref<'_, IFabricAsyncOperationCallback>, ) -> WinResult<IFabricAsyncOperationContext>
fn EndChangeRole( &self, context: Ref<'_, IFabricAsyncOperationContext>, ) -> WinResult<IFabricStringResult>
fn BeginClose( &self, callback: Ref<'_, IFabricAsyncOperationCallback>, ) -> WinResult<IFabricAsyncOperationContext>
fn EndClose( &self, context: Ref<'_, IFabricAsyncOperationContext>, ) -> WinResult<()>
fn Abort(&self)
Source§impl<E, R> Deref for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
impl<E, R> Deref for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Executor,
R: StatefulServiceReplica + 'static,
Auto Trait Implementations§
impl<E, R> !Freeze for IFabricStatefulServiceReplicaBridge_Impl<E, R>
impl<E, R> RefUnwindSafe for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: RefUnwindSafe,
R: RefUnwindSafe,
impl<E, R> Send for IFabricStatefulServiceReplicaBridge_Impl<E, R>
impl<E, R> Sync for IFabricStatefulServiceReplicaBridge_Impl<E, R>
impl<E, R> Unpin for IFabricStatefulServiceReplicaBridge_Impl<E, R>where
E: Unpin,
impl<E, R> UnwindSafe for IFabricStatefulServiceReplicaBridge_Impl<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