Struct aws_sdk_codedeploy::types::DeploymentOverview
source · #[non_exhaustive]pub struct DeploymentOverview { /* private fields */ }
Expand description
Information about the deployment status of the instances in the deployment.
Implementations§
source§impl DeploymentOverview
impl DeploymentOverview
source§impl DeploymentOverview
impl DeploymentOverview
sourcepub fn builder() -> DeploymentOverviewBuilder
pub fn builder() -> DeploymentOverviewBuilder
Creates a new builder-style object to manufacture DeploymentOverview
.
Trait Implementations§
source§impl Clone for DeploymentOverview
impl Clone for DeploymentOverview
source§fn clone(&self) -> DeploymentOverview
fn clone(&self) -> DeploymentOverview
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 DeploymentOverview
impl Debug for DeploymentOverview
source§impl PartialEq<DeploymentOverview> for DeploymentOverview
impl PartialEq<DeploymentOverview> for DeploymentOverview
source§fn eq(&self, other: &DeploymentOverview) -> bool
fn eq(&self, other: &DeploymentOverview) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more