pub struct FabricClient { /* private fields */ }
Implementations§
Source§impl FabricClient
impl FabricClient
Sourcepub fn builder() -> FabricClientBuilder
pub fn builder() -> FabricClientBuilder
Get a builder
pub fn get_com(&self) -> IFabricPropertyManagementClient2
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§
Source§impl Clone for FabricClient
impl Clone for FabricClient
Source§fn clone(&self) -> FabricClient
fn clone(&self) -> FabricClient
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 moreAuto 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
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
)