Struct aws_sdk_s3::output::PutObjectAclOutput
source · [−]#[non_exhaustive]pub struct PutObjectAclOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl PutObjectAclOutput
impl PutObjectAclOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutObjectAclOutput
.
Trait Implementations
sourceimpl Clone for PutObjectAclOutput
impl Clone for PutObjectAclOutput
sourcefn clone(&self) -> PutObjectAclOutput
fn clone(&self) -> PutObjectAclOutput
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 PutObjectAclOutput
impl Debug for PutObjectAclOutput
sourceimpl PartialEq<PutObjectAclOutput> for PutObjectAclOutput
impl PartialEq<PutObjectAclOutput> for PutObjectAclOutput
sourcefn eq(&self, other: &PutObjectAclOutput) -> bool
fn eq(&self, other: &PutObjectAclOutput) -> bool
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
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