Struct aws_sdk_appflow::input::StartFlowInput
source · [−]#[non_exhaustive]pub struct StartFlowInput { /* private fields */ }
Implementations
sourceimpl StartFlowInput
impl StartFlowInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartFlow, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartFlow, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartFlow
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartFlowInput
.
Trait Implementations
sourceimpl Clone for StartFlowInput
impl Clone for StartFlowInput
sourcefn clone(&self) -> StartFlowInput
fn clone(&self) -> StartFlowInput
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 StartFlowInput
impl Debug for StartFlowInput
sourceimpl PartialEq<StartFlowInput> for StartFlowInput
impl PartialEq<StartFlowInput> for StartFlowInput
sourcefn eq(&self, other: &StartFlowInput) -> bool
fn eq(&self, other: &StartFlowInput) -> bool
impl StructuralPartialEq for StartFlowInput
Auto Trait Implementations
impl RefUnwindSafe for StartFlowInput
impl Send for StartFlowInput
impl Sync for StartFlowInput
impl Unpin for StartFlowInput
impl UnwindSafe for StartFlowInput
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