pub struct GetBucketLifecycleConfigurationInput {
pub bucket: String,
pub expected_bucket_owner: Option<String>,
}Expand description
S3 GetBucketLifecycleConfigurationInput.
Fields§
§bucket: StringHTTP label (URI path).
expected_bucket_owner: Option<String>HTTP header: x-amz-expected-bucket-owner.
Trait Implementations§
Source§impl Clone for GetBucketLifecycleConfigurationInput
impl Clone for GetBucketLifecycleConfigurationInput
Source§fn clone(&self) -> GetBucketLifecycleConfigurationInput
fn clone(&self) -> GetBucketLifecycleConfigurationInput
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 GetBucketLifecycleConfigurationInput
impl Default for GetBucketLifecycleConfigurationInput
Source§fn default() -> GetBucketLifecycleConfigurationInput
fn default() -> GetBucketLifecycleConfigurationInput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketLifecycleConfigurationInput
impl RefUnwindSafe for GetBucketLifecycleConfigurationInput
impl Send for GetBucketLifecycleConfigurationInput
impl Sync for GetBucketLifecycleConfigurationInput
impl Unpin for GetBucketLifecycleConfigurationInput
impl UnsafeUnpin for GetBucketLifecycleConfigurationInput
impl UnwindSafe for GetBucketLifecycleConfigurationInput
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