Struct aws_sdk_m2::output::CancelBatchJobExecutionOutput
source · [−]#[non_exhaustive]pub struct CancelBatchJobExecutionOutput {}Implementations
sourceimpl CancelBatchJobExecutionOutput
impl CancelBatchJobExecutionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelBatchJobExecutionOutput.
Trait Implementations
sourceimpl Clone for CancelBatchJobExecutionOutput
impl Clone for CancelBatchJobExecutionOutput
sourcefn clone(&self) -> CancelBatchJobExecutionOutput
fn clone(&self) -> CancelBatchJobExecutionOutput
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 CancelBatchJobExecutionOutput
impl Debug for CancelBatchJobExecutionOutput
sourceimpl PartialEq<CancelBatchJobExecutionOutput> for CancelBatchJobExecutionOutput
impl PartialEq<CancelBatchJobExecutionOutput> for CancelBatchJobExecutionOutput
sourcefn eq(&self, other: &CancelBatchJobExecutionOutput) -> bool
fn eq(&self, other: &CancelBatchJobExecutionOutput) -> bool
impl StructuralPartialEq for CancelBatchJobExecutionOutput
Auto Trait Implementations
impl RefUnwindSafe for CancelBatchJobExecutionOutput
impl Send for CancelBatchJobExecutionOutput
impl Sync for CancelBatchJobExecutionOutput
impl Unpin for CancelBatchJobExecutionOutput
impl UnwindSafe for CancelBatchJobExecutionOutput
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