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