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 Freeze for DefaultRegionChain
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.