Struct aws_config::default_provider::timeout_config::Builder
source · #[non_exhaustive]pub struct Builder;
Expand description
Builder for TimeoutConfig
that resolves the default timeout configuration
Implementations§
source§impl Builder
impl Builder
sourcepub fn configure(self, _configuration: &ProviderConfig) -> Self
pub fn configure(self, _configuration: &ProviderConfig) -> Self
Configure the default chain
Exposed for overriding the environment when unit-testing providers
sourcepub async fn timeout_config(self) -> TimeoutConfig
pub async fn timeout_config(self) -> TimeoutConfig
Resolve default timeout configuration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Builder
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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> 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>
Creates a shared type from an unshared type.