Struct aws_sdk_s3::operation::put_object_acl::PutObjectAclOutput
source · #[non_exhaustive]pub struct PutObjectAclOutput { /* private fields */ }
Implementations§
source§impl PutObjectAclOutput
impl PutObjectAclOutput
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.
source§impl PutObjectAclOutput
impl PutObjectAclOutput
sourcepub fn builder() -> PutObjectAclOutputBuilder
pub fn builder() -> PutObjectAclOutputBuilder
Creates a new builder-style object to manufacture PutObjectAclOutput
.
Trait Implementations§
source§impl Clone for PutObjectAclOutput
impl Clone for PutObjectAclOutput
source§fn clone(&self) -> PutObjectAclOutput
fn clone(&self) -> PutObjectAclOutput
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 PutObjectAclOutput
impl Debug for PutObjectAclOutput
source§impl PartialEq<PutObjectAclOutput> for PutObjectAclOutput
impl PartialEq<PutObjectAclOutput> for PutObjectAclOutput
source§fn eq(&self, other: &PutObjectAclOutput) -> bool
fn eq(&self, other: &PutObjectAclOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PutObjectAclOutput
impl RequestId for PutObjectAclOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.source§impl RequestIdExt for PutObjectAclOutput
impl RequestIdExt for PutObjectAclOutput
source§fn extended_request_id(&self) -> Option<&str>
fn extended_request_id(&self) -> Option<&str>
Returns the S3 Extended Request ID necessary when contacting AWS Support.
impl StructuralPartialEq for PutObjectAclOutput
Auto Trait Implementations§
impl RefUnwindSafe for PutObjectAclOutput
impl Send for PutObjectAclOutput
impl Sync for PutObjectAclOutput
impl Unpin for PutObjectAclOutput
impl UnwindSafe for PutObjectAclOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more