Struct mssf_core::runtime::stateful::StatefulServicePartition
source · pub struct StatefulServicePartition { /* private fields */ }
Implementations§
source§impl StatefulServicePartition
impl StatefulServicePartition
pub fn get_com(&self) -> &IFabricStatefulServicePartition
sourcepub fn report_load(&self, metrics: &[LoadMetric]) -> Result<()>
pub fn report_load(&self, metrics: &[LoadMetric]) -> Result<()>
Reports load for the current replica in the partition.
Trait Implementations§
source§impl Clone for StatefulServicePartition
impl Clone for StatefulServicePartition
source§fn clone(&self) -> StatefulServicePartition
fn clone(&self) -> StatefulServicePartition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StatefulServicePartition
impl Debug for StatefulServicePartition
source§impl From<&IFabricStatefulServicePartition> for StatefulServicePartition
impl From<&IFabricStatefulServicePartition> for StatefulServicePartition
source§fn from(e: &IFabricStatefulServicePartition) -> Self
fn from(e: &IFabricStatefulServicePartition) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StatefulServicePartition
impl RefUnwindSafe for StatefulServicePartition
impl Send for StatefulServicePartition
impl Sync for StatefulServicePartition
impl Unpin for StatefulServicePartition
impl UnwindSafe for StatefulServicePartition
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)