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