Struct aws_sdk_s3control::model::AsyncErrorDetails
source · [−]#[non_exhaustive]pub struct AsyncErrorDetails { /* private fields */ }Expand description
Error details for the failed asynchronous operation.
Implementations
sourceimpl AsyncErrorDetails
impl AsyncErrorDetails
sourceimpl AsyncErrorDetails
impl AsyncErrorDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AsyncErrorDetails.
Trait Implementations
sourceimpl Clone for AsyncErrorDetails
impl Clone for AsyncErrorDetails
sourcefn clone(&self) -> AsyncErrorDetails
fn clone(&self) -> AsyncErrorDetails
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 AsyncErrorDetails
impl Debug for AsyncErrorDetails
sourceimpl PartialEq<AsyncErrorDetails> for AsyncErrorDetails
impl PartialEq<AsyncErrorDetails> for AsyncErrorDetails
sourcefn eq(&self, other: &AsyncErrorDetails) -> bool
fn eq(&self, other: &AsyncErrorDetails) -> bool
impl StructuralPartialEq for AsyncErrorDetails
Auto Trait Implementations
impl RefUnwindSafe for AsyncErrorDetails
impl Send for AsyncErrorDetails
impl Sync for AsyncErrorDetails
impl Unpin for AsyncErrorDetails
impl UnwindSafe for AsyncErrorDetails
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