#[non_exhaustive]pub struct GetBucketInventoryConfigurationOutput { /* private fields */ }
Implementations
sourceimpl GetBucketInventoryConfigurationOutput
impl GetBucketInventoryConfigurationOutput
sourcepub fn inventory_configuration(&self) -> Option<&InventoryConfiguration>
pub fn inventory_configuration(&self) -> Option<&InventoryConfiguration>
Specifies the inventory configuration.
sourceimpl GetBucketInventoryConfigurationOutput
impl GetBucketInventoryConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketInventoryConfigurationOutput
.
Trait Implementations
sourceimpl Clone for GetBucketInventoryConfigurationOutput
impl Clone for GetBucketInventoryConfigurationOutput
sourcefn clone(&self) -> GetBucketInventoryConfigurationOutput
fn clone(&self) -> GetBucketInventoryConfigurationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<GetBucketInventoryConfigurationOutput> for GetBucketInventoryConfigurationOutput
impl PartialEq<GetBucketInventoryConfigurationOutput> for GetBucketInventoryConfigurationOutput
sourcefn eq(&self, other: &GetBucketInventoryConfigurationOutput) -> bool
fn eq(&self, other: &GetBucketInventoryConfigurationOutput) -> bool
impl StructuralPartialEq for GetBucketInventoryConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for GetBucketInventoryConfigurationOutput
impl Send for GetBucketInventoryConfigurationOutput
impl Sync for GetBucketInventoryConfigurationOutput
impl Unpin for GetBucketInventoryConfigurationOutput
impl UnwindSafe for GetBucketInventoryConfigurationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more