pub struct StatelessServicePartition { /* private fields */ }
Implementations§
Source§impl StatelessServicePartition
impl StatelessServicePartition
pub fn new( com_impl: IFabricStatelessServicePartition, ) -> StatelessServicePartition
pub fn get_partition_info(&self) -> Result<ServicePartitionInformation>
Auto Trait Implementations§
impl Freeze for StatelessServicePartition
impl RefUnwindSafe for StatelessServicePartition
impl Send for StatelessServicePartition
impl Sync for StatelessServicePartition
impl Unpin for StatelessServicePartition
impl UnwindSafe for StatelessServicePartition
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