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