Struct aws_sdk_s3::output::AbortMultipartUploadOutput
source · [−]#[non_exhaustive]pub struct AbortMultipartUploadOutput { /* private fields */ }
Implementations
sourceimpl AbortMultipartUploadOutput
impl AbortMultipartUploadOutput
sourcepub fn request_charged(&self) -> Option<&RequestCharged>
pub fn request_charged(&self) -> Option<&RequestCharged>
If present, indicates that the requester was successfully charged for the request.
sourceimpl AbortMultipartUploadOutput
impl AbortMultipartUploadOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AbortMultipartUploadOutput
.
Trait Implementations
sourceimpl Clone for AbortMultipartUploadOutput
impl Clone for AbortMultipartUploadOutput
sourcefn clone(&self) -> AbortMultipartUploadOutput
fn clone(&self) -> AbortMultipartUploadOutput
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 AbortMultipartUploadOutput
impl Debug for AbortMultipartUploadOutput
sourceimpl PartialEq<AbortMultipartUploadOutput> for AbortMultipartUploadOutput
impl PartialEq<AbortMultipartUploadOutput> for AbortMultipartUploadOutput
sourcefn eq(&self, other: &AbortMultipartUploadOutput) -> bool
fn eq(&self, other: &AbortMultipartUploadOutput) -> bool
impl StructuralPartialEq for AbortMultipartUploadOutput
Auto Trait Implementations
impl RefUnwindSafe for AbortMultipartUploadOutput
impl Send for AbortMultipartUploadOutput
impl Sync for AbortMultipartUploadOutput
impl Unpin for AbortMultipartUploadOutput
impl UnwindSafe for AbortMultipartUploadOutput
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