Struct mssf_core::client::query_client::QueryClient
source · pub struct QueryClient { /* private fields */ }
Implementations§
source§impl QueryClient
impl QueryClient
pub fn get_node_list_internal( &self, query_description: &FABRIC_NODE_QUERY_DESCRIPTION, timeout_milliseconds: u32, cancellation_token: Option<CancellationToken>, ) -> FabricReceiver2<Result<IFabricGetNodeListResult2>> ⓘ
source§impl QueryClient
impl QueryClient
pub fn from_com(com: IFabricQueryClient10) -> Self
pub async fn get_node_list( &self, desc: &NodeQueryDescription, timeout: Duration, cancellation_token: Option<CancellationToken>, ) -> Result<NodeList>
pub async fn get_partition_list( &self, desc: &ServicePartitionQueryDescription, timeout: Duration, cancellation_token: Option<CancellationToken>, ) -> Result<ServicePartitionList>
pub async fn get_replica_list( &self, desc: &ServiceReplicaQueryDescription, timeout: Duration, cancellation_token: Option<CancellationToken>, ) -> Result<ServiceReplicaList>
Auto Trait Implementations§
impl Freeze for QueryClient
impl RefUnwindSafe for QueryClient
impl Send for QueryClient
impl Sync for QueryClient
impl Unpin for QueryClient
impl UnwindSafe for QueryClient
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