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