Struct mssf_core::client::svc_mgmt_client::ServiceManagementClient
source · pub struct ServiceManagementClient { /* private fields */ }
Implementations§
source§impl ServiceManagementClient
impl ServiceManagementClient
pub fn from_com(com: IFabricServiceManagementClient6) -> Self
pub async fn resolve_service_partition( &self, name: &HSTRING, key_type: &PartitionKeyType, prev: Option<&ResolvedServicePartition>, timeout: Duration, ) -> Result<ResolvedServicePartition>
Auto Trait Implementations§
impl Freeze for ServiceManagementClient
impl RefUnwindSafe for ServiceManagementClient
impl Send for ServiceManagementClient
impl Sync for ServiceManagementClient
impl Unpin for ServiceManagementClient
impl UnwindSafe for ServiceManagementClient
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