Struct aws_sdk_amplify::input::DeleteAppInput
source · [−]#[non_exhaustive]pub struct DeleteAppInput { /* private fields */ }Expand description
Describes the request structure for the delete app request.
Implementations
sourceimpl DeleteAppInput
impl DeleteAppInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteApp, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteApp, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteApp>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAppInput.
Trait Implementations
sourceimpl Clone for DeleteAppInput
impl Clone for DeleteAppInput
sourcefn clone(&self) -> DeleteAppInput
fn clone(&self) -> DeleteAppInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteAppInput
impl Debug for DeleteAppInput
sourceimpl PartialEq<DeleteAppInput> for DeleteAppInput
impl PartialEq<DeleteAppInput> for DeleteAppInput
sourcefn eq(&self, other: &DeleteAppInput) -> bool
fn eq(&self, other: &DeleteAppInput) -> bool
impl StructuralPartialEq for DeleteAppInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteAppInput
impl Send for DeleteAppInput
impl Sync for DeleteAppInput
impl Unpin for DeleteAppInput
impl UnwindSafe for DeleteAppInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more