Struct aws_sdk_codedeploy::output::GetApplicationOutput
source · [−]#[non_exhaustive]pub struct GetApplicationOutput { /* private fields */ }
Expand description
Represents the output of a GetApplication
operation.
Implementations
sourceimpl GetApplicationOutput
impl GetApplicationOutput
sourcepub fn application(&self) -> Option<&ApplicationInfo>
pub fn application(&self) -> Option<&ApplicationInfo>
Information about the application.
sourceimpl GetApplicationOutput
impl GetApplicationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApplicationOutput
.
Trait Implementations
sourceimpl Clone for GetApplicationOutput
impl Clone for GetApplicationOutput
sourcefn clone(&self) -> GetApplicationOutput
fn clone(&self) -> GetApplicationOutput
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 GetApplicationOutput
impl Debug for GetApplicationOutput
sourceimpl PartialEq<GetApplicationOutput> for GetApplicationOutput
impl PartialEq<GetApplicationOutput> for GetApplicationOutput
sourcefn eq(&self, other: &GetApplicationOutput) -> bool
fn eq(&self, other: &GetApplicationOutput) -> bool
impl StructuralPartialEq for GetApplicationOutput
Auto Trait Implementations
impl RefUnwindSafe for GetApplicationOutput
impl Send for GetApplicationOutput
impl Sync for GetApplicationOutput
impl Unpin for GetApplicationOutput
impl UnwindSafe for GetApplicationOutput
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