pub struct GetBucketMetadataTableConfigurationOutput {
pub get_bucket_metadata_table_configuration_result: Option<GetBucketMetadataTableConfigurationResult>,
}Fields§
§get_bucket_metadata_table_configuration_result: Option<GetBucketMetadataTableConfigurationResult>The metadata table configuration for the general purpose bucket.
Trait Implementations§
Source§impl Clone for GetBucketMetadataTableConfigurationOutput
impl Clone for GetBucketMetadataTableConfigurationOutput
Source§fn clone(&self) -> GetBucketMetadataTableConfigurationOutput
fn clone(&self) -> GetBucketMetadataTableConfigurationOutput
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 GetBucketMetadataTableConfigurationOutput
impl Default for GetBucketMetadataTableConfigurationOutput
Source§fn default() -> GetBucketMetadataTableConfigurationOutput
fn default() -> GetBucketMetadataTableConfigurationOutput
Returns the “default value” for a type. Read more
Source§impl DtoExt for GetBucketMetadataTableConfigurationOutput
impl DtoExt for GetBucketMetadataTableConfigurationOutput
Source§fn ignore_empty_strings(&mut self)
fn ignore_empty_strings(&mut self)
Modifies all empty string fields from
Some("") to NoneSource§impl PartialEq for GetBucketMetadataTableConfigurationOutput
impl PartialEq for GetBucketMetadataTableConfigurationOutput
Source§fn eq(&self, other: &GetBucketMetadataTableConfigurationOutput) -> bool
fn eq(&self, other: &GetBucketMetadataTableConfigurationOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetBucketMetadataTableConfigurationOutput
Auto Trait Implementations§
impl Freeze for GetBucketMetadataTableConfigurationOutput
impl RefUnwindSafe for GetBucketMetadataTableConfigurationOutput
impl Send for GetBucketMetadataTableConfigurationOutput
impl Sync for GetBucketMetadataTableConfigurationOutput
impl Unpin for GetBucketMetadataTableConfigurationOutput
impl UnsafeUnpin for GetBucketMetadataTableConfigurationOutput
impl UnwindSafe for GetBucketMetadataTableConfigurationOutput
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