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