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