Struct aws_sdk_s3control::types::AsyncErrorDetails
source · #[non_exhaustive]pub struct AsyncErrorDetails { /* private fields */ }
Expand description
Error details for the failed asynchronous operation.
Implementations§
source§impl AsyncErrorDetails
impl AsyncErrorDetails
source§impl AsyncErrorDetails
impl AsyncErrorDetails
sourcepub fn builder() -> AsyncErrorDetailsBuilder
pub fn builder() -> AsyncErrorDetailsBuilder
Creates a new builder-style object to manufacture AsyncErrorDetails
.
Trait Implementations§
source§impl Clone for AsyncErrorDetails
impl Clone for AsyncErrorDetails
source§fn clone(&self) -> AsyncErrorDetails
fn clone(&self) -> AsyncErrorDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AsyncErrorDetails
impl Debug for AsyncErrorDetails
source§impl PartialEq<AsyncErrorDetails> for AsyncErrorDetails
impl PartialEq<AsyncErrorDetails> for AsyncErrorDetails
source§fn eq(&self, other: &AsyncErrorDetails) -> bool
fn eq(&self, other: &AsyncErrorDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.