Struct aws_sdk_batch::model::ContainerSummary
source · #[non_exhaustive]pub struct ContainerSummary { /* private fields */ }
Expand description
An object that represents summary details of a container within a job.
Implementations§
source§impl ContainerSummary
impl ContainerSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContainerSummary
.
Trait Implementations§
source§impl Clone for ContainerSummary
impl Clone for ContainerSummary
source§fn clone(&self) -> ContainerSummary
fn clone(&self) -> ContainerSummary
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 ContainerSummary
impl Debug for ContainerSummary
source§impl PartialEq<ContainerSummary> for ContainerSummary
impl PartialEq<ContainerSummary> for ContainerSummary
source§fn eq(&self, other: &ContainerSummary) -> bool
fn eq(&self, other: &ContainerSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.