pub struct StatefulServiceReplicaProxy { /* private fields */ }
Implementations§
source§impl StatefulServiceReplicaProxy
impl StatefulServiceReplicaProxy
pub fn new( com_impl: IFabricStatefulServiceReplica ) -> StatefulServiceReplicaProxy
Trait Implementations§
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