#[non_exhaustive]pub struct MultiRegionAccessPointsAsyncResponse { /* private fields */ }Expand description
The Multi-Region Access Point details that are returned when querying about an asynchronous request.
Implementations
sourceimpl MultiRegionAccessPointsAsyncResponse
impl MultiRegionAccessPointsAsyncResponse
sourcepub fn regions(&self) -> Option<&[MultiRegionAccessPointRegionalResponse]>
pub fn regions(&self) -> Option<&[MultiRegionAccessPointRegionalResponse]>
A collection of status information for the different Regions that a Multi-Region Access Point supports.
sourceimpl MultiRegionAccessPointsAsyncResponse
impl MultiRegionAccessPointsAsyncResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MultiRegionAccessPointsAsyncResponse.
Trait Implementations
sourceimpl Clone for MultiRegionAccessPointsAsyncResponse
impl Clone for MultiRegionAccessPointsAsyncResponse
sourcefn clone(&self) -> MultiRegionAccessPointsAsyncResponse
fn clone(&self) -> MultiRegionAccessPointsAsyncResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<MultiRegionAccessPointsAsyncResponse> for MultiRegionAccessPointsAsyncResponse
impl PartialEq<MultiRegionAccessPointsAsyncResponse> for MultiRegionAccessPointsAsyncResponse
sourcefn eq(&self, other: &MultiRegionAccessPointsAsyncResponse) -> bool
fn eq(&self, other: &MultiRegionAccessPointsAsyncResponse) -> bool
impl StructuralPartialEq for MultiRegionAccessPointsAsyncResponse
Auto Trait Implementations
impl RefUnwindSafe for MultiRegionAccessPointsAsyncResponse
impl Send for MultiRegionAccessPointsAsyncResponse
impl Sync for MultiRegionAccessPointsAsyncResponse
impl Unpin for MultiRegionAccessPointsAsyncResponse
impl UnwindSafe for MultiRegionAccessPointsAsyncResponse
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