pub struct GoogleConfig {
pub credentials: GcpCredentialProvider,
pub retry_config: RetryConfig,
pub client_options: ClientOptions,
}Fields§
§credentials: GcpCredentialProvider§retry_config: RetryConfig§client_options: ClientOptionsTrait Implementations§
Source§impl Clone for GoogleConfig
impl Clone for GoogleConfig
Source§fn clone(&self) -> GoogleConfig
fn clone(&self) -> GoogleConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GoogleConfig
impl Debug for GoogleConfig
Source§impl RequestSigner for GoogleConfig
impl RequestSigner for GoogleConfig
Source§fn sign<'a>(
&'a self,
req: RequestBuilder,
) -> BoxFuture<'a, Result<RequestBuilder>>
fn sign<'a>( &'a self, req: RequestBuilder, ) -> BoxFuture<'a, Result<RequestBuilder>>
Sign a
reqwest::RequestBuilder, returning the modified builder.Auto Trait Implementations§
impl !Freeze for GoogleConfig
impl !RefUnwindSafe for GoogleConfig
impl !UnwindSafe for GoogleConfig
impl Send for GoogleConfig
impl Sync for GoogleConfig
impl Unpin for GoogleConfig
impl UnsafeUnpin for GoogleConfig
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