Struct aws_config::default_provider::region::DefaultRegionChain
source · [−]pub struct DefaultRegionChain(_);
Expand description
Default region provider chain
Implementations
Trait Implementations
sourceimpl Debug for DefaultRegionChain
impl Debug for DefaultRegionChain
sourceimpl ProvideRegion for DefaultRegionChain
impl ProvideRegion for DefaultRegionChain
sourcefn region(&self) -> ProvideRegion<'_>ⓘNotable traits for ProvideRegion<'_>impl Future for ProvideRegion<'_> type Output = Option<Region>;
fn region(&self) -> ProvideRegion<'_>ⓘNotable traits for ProvideRegion<'_>impl Future for ProvideRegion<'_> type Output = Option<Region>;
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more