#[non_exhaustive]pub struct GetMultiRegionAccessPointOutput { /* private fields */ }Implementations
sourceimpl GetMultiRegionAccessPointOutput
impl GetMultiRegionAccessPointOutput
sourcepub fn access_point(&self) -> Option<&MultiRegionAccessPointReport>
pub fn access_point(&self) -> Option<&MultiRegionAccessPointReport>
A container element containing the details of the requested Multi-Region Access Point.
sourceimpl GetMultiRegionAccessPointOutput
impl GetMultiRegionAccessPointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMultiRegionAccessPointOutput.
Trait Implementations
sourceimpl Clone for GetMultiRegionAccessPointOutput
impl Clone for GetMultiRegionAccessPointOutput
sourcefn clone(&self) -> GetMultiRegionAccessPointOutput
fn clone(&self) -> GetMultiRegionAccessPointOutput
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<GetMultiRegionAccessPointOutput> for GetMultiRegionAccessPointOutput
impl PartialEq<GetMultiRegionAccessPointOutput> for GetMultiRegionAccessPointOutput
sourcefn eq(&self, other: &GetMultiRegionAccessPointOutput) -> bool
fn eq(&self, other: &GetMultiRegionAccessPointOutput) -> bool
impl StructuralPartialEq for GetMultiRegionAccessPointOutput
Auto Trait Implementations
impl RefUnwindSafe for GetMultiRegionAccessPointOutput
impl Send for GetMultiRegionAccessPointOutput
impl Sync for GetMultiRegionAccessPointOutput
impl Unpin for GetMultiRegionAccessPointOutput
impl UnwindSafe for GetMultiRegionAccessPointOutput
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