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