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