Struct aws_sdk_appstream::output::DeleteStackOutput
source · #[non_exhaustive]pub struct DeleteStackOutput {}Implementations§
source§impl DeleteStackOutput
impl DeleteStackOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteStackOutput.
Trait Implementations§
source§impl Clone for DeleteStackOutput
impl Clone for DeleteStackOutput
source§fn clone(&self) -> DeleteStackOutput
fn clone(&self) -> DeleteStackOutput
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 DeleteStackOutput
impl Debug for DeleteStackOutput
source§impl PartialEq<DeleteStackOutput> for DeleteStackOutput
impl PartialEq<DeleteStackOutput> for DeleteStackOutput
source§fn eq(&self, other: &DeleteStackOutput) -> bool
fn eq(&self, other: &DeleteStackOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.