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