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