Struct mssf_core::runtime::stateful::StatefulServicePartition
source · pub struct StatefulServicePartition { /* private fields */ }
Implementations§
source§impl StatefulServicePartition
impl StatefulServicePartition
pub fn get_com(&self) -> &IFabricStatefulServicePartition
Trait Implementations§
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