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