Struct mssf_core::client::FabricClient
source · pub struct FabricClient { /* private fields */ }
Implementations§
source§impl FabricClient
impl FabricClient
pub fn new() -> Self
pub fn from_com(com: IFabricPropertyManagementClient2) -> Self
pub fn get_property_manager(&self) -> PropertyManagementClient
pub fn get_query_manager(&self) -> QueryClient
pub fn get_service_manager(&self) -> ServiceManagementClient
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FabricClient
impl RefUnwindSafe for FabricClient
impl Send for FabricClient
impl Sync for FabricClient
impl Unpin for FabricClient
impl UnwindSafe for FabricClient
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