#[non_exhaustive]pub struct CancelJobExecutionOutput { /* private fields */ }Implementations§
source§impl CancelJobExecutionOutput
 
impl CancelJobExecutionOutput
sourcepub fn builder() -> CancelJobExecutionOutputBuilder
 
pub fn builder() -> CancelJobExecutionOutputBuilder
Creates a new builder-style object to manufacture CancelJobExecutionOutput.
Trait Implementations§
source§impl Clone for CancelJobExecutionOutput
 
impl Clone for CancelJobExecutionOutput
source§fn clone(&self) -> CancelJobExecutionOutput
 
fn clone(&self) -> CancelJobExecutionOutput
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 CancelJobExecutionOutput
 
impl Debug for CancelJobExecutionOutput
source§impl PartialEq for CancelJobExecutionOutput
 
impl PartialEq for CancelJobExecutionOutput
source§fn eq(&self, other: &CancelJobExecutionOutput) -> bool
 
fn eq(&self, other: &CancelJobExecutionOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for CancelJobExecutionOutput
 
impl RequestId for CancelJobExecutionOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for CancelJobExecutionOutput
Auto Trait Implementations§
impl RefUnwindSafe for CancelJobExecutionOutput
impl Send for CancelJobExecutionOutput
impl Sync for CancelJobExecutionOutput
impl Unpin for CancelJobExecutionOutput
impl UnwindSafe for CancelJobExecutionOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more