Struct aws_sdk_s3::input::DeleteBucketReplicationInput
source · [−]#[non_exhaustive]pub struct DeleteBucketReplicationInput { /* private fields */ }
Implementations
sourceimpl DeleteBucketReplicationInput
impl DeleteBucketReplicationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBucketReplication, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBucketReplication, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBucketReplication
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBucketReplicationInput
.
Trait Implementations
sourceimpl Clone for DeleteBucketReplicationInput
impl Clone for DeleteBucketReplicationInput
sourcefn clone(&self) -> DeleteBucketReplicationInput
fn clone(&self) -> DeleteBucketReplicationInput
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 Debug for DeleteBucketReplicationInput
impl Debug for DeleteBucketReplicationInput
sourceimpl PartialEq<DeleteBucketReplicationInput> for DeleteBucketReplicationInput
impl PartialEq<DeleteBucketReplicationInput> for DeleteBucketReplicationInput
sourcefn eq(&self, other: &DeleteBucketReplicationInput) -> bool
fn eq(&self, other: &DeleteBucketReplicationInput) -> bool
impl StructuralPartialEq for DeleteBucketReplicationInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBucketReplicationInput
impl Send for DeleteBucketReplicationInput
impl Sync for DeleteBucketReplicationInput
impl Unpin for DeleteBucketReplicationInput
impl UnwindSafe for DeleteBucketReplicationInput
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