#[non_exhaustive]pub struct DeleteGraphqlApiInput { /* private fields */ }
Implementations§
source§impl DeleteGraphqlApiInput
impl DeleteGraphqlApiInput
sourcepub fn builder() -> DeleteGraphqlApiInputBuilder
pub fn builder() -> DeleteGraphqlApiInputBuilder
Creates a new builder-style object to manufacture DeleteGraphqlApiInput
.
source§impl DeleteGraphqlApiInput
impl DeleteGraphqlApiInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteGraphqlApi, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteGraphqlApi, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteGraphqlApi
>
Trait Implementations§
source§impl Clone for DeleteGraphqlApiInput
impl Clone for DeleteGraphqlApiInput
source§fn clone(&self) -> DeleteGraphqlApiInput
fn clone(&self) -> DeleteGraphqlApiInput
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 DeleteGraphqlApiInput
impl Debug for DeleteGraphqlApiInput
source§impl PartialEq<DeleteGraphqlApiInput> for DeleteGraphqlApiInput
impl PartialEq<DeleteGraphqlApiInput> for DeleteGraphqlApiInput
source§fn eq(&self, other: &DeleteGraphqlApiInput) -> bool
fn eq(&self, other: &DeleteGraphqlApiInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteGraphqlApiInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteGraphqlApiInput
impl Send for DeleteGraphqlApiInput
impl Sync for DeleteGraphqlApiInput
impl Unpin for DeleteGraphqlApiInput
impl UnwindSafe for DeleteGraphqlApiInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more