pub struct GetBucketIntelligentTieringConfigurationRequest {
pub bucket: String,
pub id: String,
}
Fields§
§bucket: String
The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.
id: String
The ID used to identify the S3 Intelligent-Tiering configuration.
Trait Implementations§
Source§impl Clone for GetBucketIntelligentTieringConfigurationRequest
impl Clone for GetBucketIntelligentTieringConfigurationRequest
Source§fn clone(&self) -> GetBucketIntelligentTieringConfigurationRequest
fn clone(&self) -> GetBucketIntelligentTieringConfigurationRequest
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 Default for GetBucketIntelligentTieringConfigurationRequest
impl Default for GetBucketIntelligentTieringConfigurationRequest
Source§fn default() -> GetBucketIntelligentTieringConfigurationRequest
fn default() -> GetBucketIntelligentTieringConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetBucketIntelligentTieringConfigurationRequest
impl PartialEq for GetBucketIntelligentTieringConfigurationRequest
Source§fn eq(&self, other: &GetBucketIntelligentTieringConfigurationRequest) -> bool
fn eq(&self, other: &GetBucketIntelligentTieringConfigurationRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetBucketIntelligentTieringConfigurationRequest
Auto Trait Implementations§
impl Freeze for GetBucketIntelligentTieringConfigurationRequest
impl RefUnwindSafe for GetBucketIntelligentTieringConfigurationRequest
impl Send for GetBucketIntelligentTieringConfigurationRequest
impl Sync for GetBucketIntelligentTieringConfigurationRequest
impl Unpin for GetBucketIntelligentTieringConfigurationRequest
impl UnwindSafe for GetBucketIntelligentTieringConfigurationRequest
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