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