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