Struct aws_config::imds::region::ImdsRegionProvider
source · [−]pub struct ImdsRegionProvider { /* private fields */ }
Expand description
IMDSv2 Region Provider
This provider is included in the default region chain, so it does not need to be used manually.
Implementations
Trait Implementations
sourceimpl Debug for ImdsRegionProvider
impl Debug for ImdsRegionProvider
sourceimpl ProvideRegion for ImdsRegionProvider
impl ProvideRegion for ImdsRegionProvider
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 ImdsRegionProvider
impl Send for ImdsRegionProvider
impl Sync for ImdsRegionProvider
impl Unpin for ImdsRegionProvider
impl !UnwindSafe for ImdsRegionProvider
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