Struct aws_sdk_s3control::input::GetBucketVersioningInput
source · #[non_exhaustive]pub struct GetBucketVersioningInput { /* private fields */ }Implementations§
source§impl GetBucketVersioningInput
impl GetBucketVersioningInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBucketVersioning, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBucketVersioning, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBucketVersioning>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketVersioningInput.
Trait Implementations§
source§impl Clone for GetBucketVersioningInput
impl Clone for GetBucketVersioningInput
source§fn clone(&self) -> GetBucketVersioningInput
fn clone(&self) -> GetBucketVersioningInput
Returns a copy 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 Debug for GetBucketVersioningInput
impl Debug for GetBucketVersioningInput
source§impl PartialEq<GetBucketVersioningInput> for GetBucketVersioningInput
impl PartialEq<GetBucketVersioningInput> for GetBucketVersioningInput
source§fn eq(&self, other: &GetBucketVersioningInput) -> bool
fn eq(&self, other: &GetBucketVersioningInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.