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