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