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