pub struct GoogleApiClientBuilderFunction<C>where
C: Clone + Send + Sync,{ /* private fields */ }Trait Implementations§
source§impl<C> Clone for GoogleApiClientBuilderFunction<C>where
C: Clone + Send + Sync + Clone,
impl<C> Clone for GoogleApiClientBuilderFunction<C>where C: Clone + Send + Sync + Clone,
source§fn clone(&self) -> GoogleApiClientBuilderFunction<C>
fn clone(&self) -> GoogleApiClientBuilderFunction<C>
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 moresource§impl<C> GoogleApiClientBuilder<C> for GoogleApiClientBuilderFunction<C>where
C: Clone + Send + Sync,
impl<C> GoogleApiClientBuilder<C> for GoogleApiClientBuilderFunction<C>where C: Clone + Send + Sync,
fn create_client(&self, channel: GoogleAuthMiddlewareService<Channel>) -> C
Auto Trait Implementations§
impl<C> RefUnwindSafe for GoogleApiClientBuilderFunction<C>
impl<C> Send for GoogleApiClientBuilderFunction<C>
impl<C> Sync for GoogleApiClientBuilderFunction<C>
impl<C> Unpin for GoogleApiClientBuilderFunction<C>
impl<C> UnwindSafe for GoogleApiClientBuilderFunction<C>
Blanket Implementations§
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