pub struct StatefulServiceReplicaProxy { /* private fields */ }Implementations§
source§impl StatefulServiceReplicaProxy
 
impl StatefulServiceReplicaProxy
pub fn new( com_impl: IFabricStatefulServiceReplica, ) -> StatefulServiceReplicaProxy
Trait Implementations§
source§impl StatefulServiceReplica for StatefulServiceReplicaProxy
 
impl StatefulServiceReplica for StatefulServiceReplicaProxy
async fn open( &self, openmode: OpenMode, partition: &StatefulServicePartition, cancellation_token: CancellationToken, ) -> Result<impl PrimaryReplicator>
async fn change_role( &self, newrole: ReplicaRole, cancellation_token: CancellationToken, ) -> Result<HSTRING>
async fn close(&self, cancellation_token: CancellationToken) -> Result<()>
fn abort(&self)
Auto Trait Implementations§
impl Freeze for StatefulServiceReplicaProxy
impl RefUnwindSafe for StatefulServiceReplicaProxy
impl Send for StatefulServiceReplicaProxy
impl Sync for StatefulServiceReplicaProxy
impl Unpin for StatefulServiceReplicaProxy
impl UnwindSafe for StatefulServiceReplicaProxy
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