#[non_exhaustive]pub struct DeleteMultiRegionAccessPointOutput { /* private fields */ }Implementations
sourceimpl DeleteMultiRegionAccessPointOutput
impl DeleteMultiRegionAccessPointOutput
sourcepub fn request_token_arn(&self) -> Option<&str>
pub fn request_token_arn(&self) -> Option<&str>
The request token associated with the request. You can use this token with DescribeMultiRegionAccessPointOperation to determine the status of asynchronous requests.
sourceimpl DeleteMultiRegionAccessPointOutput
impl DeleteMultiRegionAccessPointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteMultiRegionAccessPointOutput.
Trait Implementations
sourceimpl Clone for DeleteMultiRegionAccessPointOutput
impl Clone for DeleteMultiRegionAccessPointOutput
sourcefn clone(&self) -> DeleteMultiRegionAccessPointOutput
fn clone(&self) -> DeleteMultiRegionAccessPointOutput
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<DeleteMultiRegionAccessPointOutput> for DeleteMultiRegionAccessPointOutput
impl PartialEq<DeleteMultiRegionAccessPointOutput> for DeleteMultiRegionAccessPointOutput
sourcefn eq(&self, other: &DeleteMultiRegionAccessPointOutput) -> bool
fn eq(&self, other: &DeleteMultiRegionAccessPointOutput) -> bool
impl StructuralPartialEq for DeleteMultiRegionAccessPointOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteMultiRegionAccessPointOutput
impl Send for DeleteMultiRegionAccessPointOutput
impl Sync for DeleteMultiRegionAccessPointOutput
impl Unpin for DeleteMultiRegionAccessPointOutput
impl UnwindSafe for DeleteMultiRegionAccessPointOutput
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