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