pub struct WitDistributorClient<B: DistributorApiBindings> { /* private fields */ }Implementations§
Source§impl<B: DistributorApiBindings> WitDistributorClient<B>
impl<B: DistributorApiBindings> WitDistributorClient<B>
Trait Implementations§
Source§impl<B: Clone + DistributorApiBindings> Clone for WitDistributorClient<B>
impl<B: Clone + DistributorApiBindings> Clone for WitDistributorClient<B>
Source§fn clone(&self) -> WitDistributorClient<B>
fn clone(&self) -> WitDistributorClient<B>
Returns a duplicate 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 moreSource§impl<B> DistributorClient for WitDistributorClient<B>where
B: DistributorApiBindings,
impl<B> DistributorClient for WitDistributorClient<B>where
B: DistributorApiBindings,
fn resolve_component<'life0, 'async_trait>(
&'life0 self,
req: ResolveComponentRequest,
) -> Pin<Box<dyn Future<Output = Result<ResolveComponentResponse, DistributorError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_pack_status<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 self,
tenant: &'life1 TenantCtx,
env: &'life2 DistributorEnvironmentId,
pack_id: &'life3 str,
) -> Pin<Box<dyn Future<Output = Result<Value, DistributorError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
fn get_pack_status_v2<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 self,
tenant: &'life1 TenantCtx,
env: &'life2 DistributorEnvironmentId,
pack_id: &'life3 str,
) -> Pin<Box<dyn Future<Output = Result<PackStatusResponse, DistributorError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
fn warm_pack<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 self,
tenant: &'life1 TenantCtx,
env: &'life2 DistributorEnvironmentId,
pack_id: &'life3 str,
) -> Pin<Box<dyn Future<Output = Result<(), DistributorError>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
Auto Trait Implementations§
impl<B> Freeze for WitDistributorClient<B>where
B: Freeze,
impl<B> RefUnwindSafe for WitDistributorClient<B>where
B: RefUnwindSafe,
impl<B> Send for WitDistributorClient<B>
impl<B> Sync for WitDistributorClient<B>
impl<B> Unpin for WitDistributorClient<B>where
B: Unpin,
impl<B> UnsafeUnpin for WitDistributorClient<B>where
B: UnsafeUnpin,
impl<B> UnwindSafe for WitDistributorClient<B>where
B: UnwindSafe,
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§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request