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