Struct aws_config::default_provider::region::DefaultRegionChain
source · pub struct DefaultRegionChain(/* private fields */);
Expand description
Default region provider chain
Implementations§
Trait Implementations§
source§impl Debug for DefaultRegionChain
impl Debug for DefaultRegionChain
source§impl ProvideRegion for DefaultRegionChain
impl ProvideRegion for DefaultRegionChain
source§fn region(&self) -> ProvideRegion<'_> ⓘ
fn region(&self) -> ProvideRegion<'_> ⓘ
Load a region from this provider
Auto Trait Implementations§
impl !RefUnwindSafe for DefaultRegionChain
impl Send for DefaultRegionChain
impl Sync for DefaultRegionChain
impl Unpin for DefaultRegionChain
impl !UnwindSafe for DefaultRegionChain
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.