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