Struct aws_sdk_s3control::model::AsyncResponseDetails
source · [−]#[non_exhaustive]pub struct AsyncResponseDetails { /* private fields */ }Expand description
A container for the response details that are returned when querying about an asynchronous request.
Implementations
sourceimpl AsyncResponseDetails
impl AsyncResponseDetails
sourcepub fn multi_region_access_point_details(
&self
) -> Option<&MultiRegionAccessPointsAsyncResponse>
pub fn multi_region_access_point_details(
&self
) -> Option<&MultiRegionAccessPointsAsyncResponse>
The details for the Multi-Region Access Point.
sourcepub fn error_details(&self) -> Option<&AsyncErrorDetails>
pub fn error_details(&self) -> Option<&AsyncErrorDetails>
Error details for an asynchronous request.
sourceimpl AsyncResponseDetails
impl AsyncResponseDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AsyncResponseDetails.
Trait Implementations
sourceimpl Clone for AsyncResponseDetails
impl Clone for AsyncResponseDetails
sourcefn clone(&self) -> AsyncResponseDetails
fn clone(&self) -> AsyncResponseDetails
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 Debug for AsyncResponseDetails
impl Debug for AsyncResponseDetails
sourceimpl PartialEq<AsyncResponseDetails> for AsyncResponseDetails
impl PartialEq<AsyncResponseDetails> for AsyncResponseDetails
sourcefn eq(&self, other: &AsyncResponseDetails) -> bool
fn eq(&self, other: &AsyncResponseDetails) -> bool
impl StructuralPartialEq for AsyncResponseDetails
Auto Trait Implementations
impl RefUnwindSafe for AsyncResponseDetails
impl Send for AsyncResponseDetails
impl Sync for AsyncResponseDetails
impl Unpin for AsyncResponseDetails
impl UnwindSafe for AsyncResponseDetails
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