Struct rusoto_s3::GetBucketInventoryConfigurationRequest [−][src]
Fields
bucket: String
The name of the bucket containing the inventory configuration to retrieve.
id: String
The ID used to identify the inventory configuration.
Trait Implementations
impl Clone for GetBucketInventoryConfigurationRequest
[src][+]
impl Debug for GetBucketInventoryConfigurationRequest
[src][+]
impl Default for GetBucketInventoryConfigurationRequest
[src][+]
impl PartialEq<GetBucketInventoryConfigurationRequest> for GetBucketInventoryConfigurationRequest
[src][+]
impl StructuralPartialEq for GetBucketInventoryConfigurationRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for GetBucketInventoryConfigurationRequest
impl Send for GetBucketInventoryConfigurationRequest
impl Sync for GetBucketInventoryConfigurationRequest
impl Unpin for GetBucketInventoryConfigurationRequest
impl UnwindSafe for GetBucketInventoryConfigurationRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,