#[non_exhaustive]pub struct CreateRecipeOutputBuilder { /* private fields */ }
Expand description
A builder for CreateRecipeOutput
.
Implementations§
Trait Implementations§
source§impl Clone for CreateRecipeOutputBuilder
impl Clone for CreateRecipeOutputBuilder
source§fn clone(&self) -> CreateRecipeOutputBuilder
fn clone(&self) -> CreateRecipeOutputBuilder
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 CreateRecipeOutputBuilder
impl Debug for CreateRecipeOutputBuilder
source§impl Default for CreateRecipeOutputBuilder
impl Default for CreateRecipeOutputBuilder
source§fn default() -> CreateRecipeOutputBuilder
fn default() -> CreateRecipeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateRecipeOutputBuilder> for CreateRecipeOutputBuilder
impl PartialEq<CreateRecipeOutputBuilder> for CreateRecipeOutputBuilder
source§fn eq(&self, other: &CreateRecipeOutputBuilder) -> bool
fn eq(&self, other: &CreateRecipeOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.