Struct aws_sdk_omics::operation::cancel_run::CancelRunInput
source · #[non_exhaustive]pub struct CancelRunInput { /* private fields */ }
Implementations§
source§impl CancelRunInput
impl CancelRunInput
sourcepub fn builder() -> CancelRunInputBuilder
pub fn builder() -> CancelRunInputBuilder
Creates a new builder-style object to manufacture CancelRunInput
.
source§impl CancelRunInput
impl CancelRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CancelRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelRun
>
Trait Implementations§
source§impl Clone for CancelRunInput
impl Clone for CancelRunInput
source§fn clone(&self) -> CancelRunInput
fn clone(&self) -> CancelRunInput
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 CancelRunInput
impl Debug for CancelRunInput
source§impl PartialEq<CancelRunInput> for CancelRunInput
impl PartialEq<CancelRunInput> for CancelRunInput
source§fn eq(&self, other: &CancelRunInput) -> bool
fn eq(&self, other: &CancelRunInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.