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