#[non_exhaustive]pub struct CreateApplicationOutput { /* private fields */ }
Expand description
Result message containing a single description of an application.
Implementations§
source§impl CreateApplicationOutput
impl CreateApplicationOutput
sourcepub fn application(&self) -> Option<&ApplicationDescription>
pub fn application(&self) -> Option<&ApplicationDescription>
The ApplicationDescription
of the application.
source§impl CreateApplicationOutput
impl CreateApplicationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateApplicationOutput
.
Trait Implementations§
source§impl Clone for CreateApplicationOutput
impl Clone for CreateApplicationOutput
source§fn clone(&self) -> CreateApplicationOutput
fn clone(&self) -> CreateApplicationOutput
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 CreateApplicationOutput
impl Debug for CreateApplicationOutput
source§impl PartialEq<CreateApplicationOutput> for CreateApplicationOutput
impl PartialEq<CreateApplicationOutput> for CreateApplicationOutput
source§fn eq(&self, other: &CreateApplicationOutput) -> bool
fn eq(&self, other: &CreateApplicationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.