Struct aws_sdk_batch::output::RegisterJobDefinitionOutput
source · [−]#[non_exhaustive]pub struct RegisterJobDefinitionOutput { /* private fields */ }Implementations
sourceimpl RegisterJobDefinitionOutput
impl RegisterJobDefinitionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegisterJobDefinitionOutput.
Trait Implementations
sourceimpl Clone for RegisterJobDefinitionOutput
impl Clone for RegisterJobDefinitionOutput
sourcefn clone(&self) -> RegisterJobDefinitionOutput
fn clone(&self) -> RegisterJobDefinitionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RegisterJobDefinitionOutput
impl Debug for RegisterJobDefinitionOutput
sourceimpl PartialEq<RegisterJobDefinitionOutput> for RegisterJobDefinitionOutput
impl PartialEq<RegisterJobDefinitionOutput> for RegisterJobDefinitionOutput
sourcefn eq(&self, other: &RegisterJobDefinitionOutput) -> bool
fn eq(&self, other: &RegisterJobDefinitionOutput) -> bool
impl StructuralPartialEq for RegisterJobDefinitionOutput
Auto Trait Implementations
impl RefUnwindSafe for RegisterJobDefinitionOutput
impl Send for RegisterJobDefinitionOutput
impl Sync for RegisterJobDefinitionOutput
impl Unpin for RegisterJobDefinitionOutput
impl UnwindSafe for RegisterJobDefinitionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more