#[non_exhaustive]pub struct GetBucketAccelerateConfigurationOutput { /* private fields */ }
Implementations
sourceimpl GetBucketAccelerateConfigurationOutput
impl GetBucketAccelerateConfigurationOutput
sourcepub fn status(&self) -> Option<&BucketAccelerateStatus>
pub fn status(&self) -> Option<&BucketAccelerateStatus>
The accelerate configuration of the bucket.
sourceimpl GetBucketAccelerateConfigurationOutput
impl GetBucketAccelerateConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketAccelerateConfigurationOutput
.
Trait Implementations
sourceimpl Clone for GetBucketAccelerateConfigurationOutput
impl Clone for GetBucketAccelerateConfigurationOutput
sourcefn clone(&self) -> GetBucketAccelerateConfigurationOutput
fn clone(&self) -> GetBucketAccelerateConfigurationOutput
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<GetBucketAccelerateConfigurationOutput> for GetBucketAccelerateConfigurationOutput
impl PartialEq<GetBucketAccelerateConfigurationOutput> for GetBucketAccelerateConfigurationOutput
sourcefn eq(&self, other: &GetBucketAccelerateConfigurationOutput) -> bool
fn eq(&self, other: &GetBucketAccelerateConfigurationOutput) -> bool
impl StructuralPartialEq for GetBucketAccelerateConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for GetBucketAccelerateConfigurationOutput
impl Send for GetBucketAccelerateConfigurationOutput
impl Sync for GetBucketAccelerateConfigurationOutput
impl Unpin for GetBucketAccelerateConfigurationOutput
impl UnwindSafe for GetBucketAccelerateConfigurationOutput
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