#[non_exhaustive]pub struct DeploymentStageStatusSummary { /* private fields */ }
Expand description
Contains information summarizing the deployment stage results.
Implementations§
source§impl DeploymentStageStatusSummary
impl DeploymentStageStatusSummary
sourcepub fn stage_name(&self) -> Option<&str>
pub fn stage_name(&self) -> Option<&str>
The name of the stage.
sourcepub fn device_selection_config(&self) -> Option<&DeviceSelectionConfig>
pub fn device_selection_config(&self) -> Option<&DeviceSelectionConfig>
Configuration of the devices in the stage.
sourcepub fn deployment_config(&self) -> Option<&EdgeDeploymentConfig>
pub fn deployment_config(&self) -> Option<&EdgeDeploymentConfig>
Configuration of the deployment details.
sourcepub fn deployment_status(&self) -> Option<&EdgeDeploymentStatus>
pub fn deployment_status(&self) -> Option<&EdgeDeploymentStatus>
General status of the current state.
source§impl DeploymentStageStatusSummary
impl DeploymentStageStatusSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeploymentStageStatusSummary
.
Trait Implementations§
source§impl Clone for DeploymentStageStatusSummary
impl Clone for DeploymentStageStatusSummary
source§fn clone(&self) -> DeploymentStageStatusSummary
fn clone(&self) -> DeploymentStageStatusSummary
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 DeploymentStageStatusSummary
impl Debug for DeploymentStageStatusSummary
source§impl PartialEq<DeploymentStageStatusSummary> for DeploymentStageStatusSummary
impl PartialEq<DeploymentStageStatusSummary> for DeploymentStageStatusSummary
source§fn eq(&self, other: &DeploymentStageStatusSummary) -> bool
fn eq(&self, other: &DeploymentStageStatusSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.