pub struct Regions { /* private fields */ }Expand description
Retreives a list of all regions.
Implementations
sourceimpl Regions
impl Regions
sourcepub fn builder() -> RegionsBuilder
pub fn builder() -> RegionsBuilder
Create a builder for this endpoint.
Trait Implementations
impl Pageable for Regions
Auto Trait Implementations
impl RefUnwindSafe for Regions
impl Send for Regions
impl Sync for Regions
impl Unpin for Regions
impl UnwindSafe for Regions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more