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