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