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