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