#[non_exhaustive]pub struct CreateApplicationOutput { /* private fields */ }
Implementations
sourceimpl CreateApplicationOutput
impl CreateApplicationOutput
sourcepub fn application_info(&self) -> Option<&ApplicationInfo>
pub fn application_info(&self) -> Option<&ApplicationInfo>
Information about the application.
sourceimpl CreateApplicationOutput
impl CreateApplicationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateApplicationOutput
.
Trait Implementations
sourceimpl Clone for CreateApplicationOutput
impl Clone for CreateApplicationOutput
sourcefn clone(&self) -> CreateApplicationOutput
fn clone(&self) -> CreateApplicationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateApplicationOutput
impl Debug for CreateApplicationOutput
sourceimpl PartialEq<CreateApplicationOutput> for CreateApplicationOutput
impl PartialEq<CreateApplicationOutput> for CreateApplicationOutput
sourcefn eq(&self, other: &CreateApplicationOutput) -> bool
fn eq(&self, other: &CreateApplicationOutput) -> bool
impl StructuralPartialEq for CreateApplicationOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateApplicationOutput
impl Send for CreateApplicationOutput
impl Sync for CreateApplicationOutput
impl Unpin for CreateApplicationOutput
impl UnwindSafe for CreateApplicationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more