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§
source§impl Debug for ImdsRegionProvider
impl Debug for ImdsRegionProvider
source§impl ProvideRegion for ImdsRegionProvider
impl ProvideRegion for ImdsRegionProvider
source§fn region(&self) -> ProvideRegion<'_> ⓘ
fn region(&self) -> ProvideRegion<'_> ⓘ
Load a region from this provider
Auto Trait Implementations§
impl Freeze for ImdsRegionProvider
impl !RefUnwindSafe for ImdsRegionProvider
impl Send for ImdsRegionProvider
impl Sync for ImdsRegionProvider
impl Unpin for ImdsRegionProvider
impl !UnwindSafe for ImdsRegionProvider
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.