pub struct GetObjectLockConfigurationInput {
pub bucket: String,
pub expected_bucket_owner: Option<String>,
}Expand description
S3 GetObjectLockConfigurationInput.
Fields§
§bucket: StringHTTP label (URI path).
expected_bucket_owner: Option<String>HTTP header: x-amz-expected-bucket-owner.
Trait Implementations§
Source§impl Clone for GetObjectLockConfigurationInput
impl Clone for GetObjectLockConfigurationInput
Source§fn clone(&self) -> GetObjectLockConfigurationInput
fn clone(&self) -> GetObjectLockConfigurationInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetObjectLockConfigurationInput
impl Default for GetObjectLockConfigurationInput
Source§fn default() -> GetObjectLockConfigurationInput
fn default() -> GetObjectLockConfigurationInput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetObjectLockConfigurationInput
impl RefUnwindSafe for GetObjectLockConfigurationInput
impl Send for GetObjectLockConfigurationInput
impl Sync for GetObjectLockConfigurationInput
impl Unpin for GetObjectLockConfigurationInput
impl UnsafeUnpin for GetObjectLockConfigurationInput
impl UnwindSafe for GetObjectLockConfigurationInput
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