pub struct GetBucketAccelerateConfigurationOutput {
pub request_charged: Option<RequestCharged>,
pub status: Option<BucketAccelerateStatus>,
}Expand description
S3 GetBucketAccelerateConfigurationOutput.
Fields§
§request_charged: Option<RequestCharged>HTTP header: x-amz-request-charged.
status: Option<BucketAccelerateStatus>Trait Implementations§
Source§impl Clone for GetBucketAccelerateConfigurationOutput
impl Clone for GetBucketAccelerateConfigurationOutput
Source§fn clone(&self) -> GetBucketAccelerateConfigurationOutput
fn clone(&self) -> GetBucketAccelerateConfigurationOutput
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 GetBucketAccelerateConfigurationOutput
impl Default for GetBucketAccelerateConfigurationOutput
Source§fn default() -> GetBucketAccelerateConfigurationOutput
fn default() -> GetBucketAccelerateConfigurationOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketAccelerateConfigurationOutput
impl RefUnwindSafe for GetBucketAccelerateConfigurationOutput
impl Send for GetBucketAccelerateConfigurationOutput
impl Sync for GetBucketAccelerateConfigurationOutput
impl Unpin for GetBucketAccelerateConfigurationOutput
impl UnsafeUnpin for GetBucketAccelerateConfigurationOutput
impl UnwindSafe for GetBucketAccelerateConfigurationOutput
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