#[non_exhaustive]pub struct PublishRecipeOutputBuilder { /* private fields */ }
Expand description
A builder for PublishRecipeOutput
.
Implementations§
source§impl PublishRecipeOutputBuilder
impl PublishRecipeOutputBuilder
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the recipe that you published.
sourcepub fn build(self) -> PublishRecipeOutput
pub fn build(self) -> PublishRecipeOutput
Consumes the builder and constructs a PublishRecipeOutput
.
Trait Implementations§
source§impl Clone for PublishRecipeOutputBuilder
impl Clone for PublishRecipeOutputBuilder
source§fn clone(&self) -> PublishRecipeOutputBuilder
fn clone(&self) -> PublishRecipeOutputBuilder
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 PublishRecipeOutputBuilder
impl Debug for PublishRecipeOutputBuilder
source§impl Default for PublishRecipeOutputBuilder
impl Default for PublishRecipeOutputBuilder
source§fn default() -> PublishRecipeOutputBuilder
fn default() -> PublishRecipeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PublishRecipeOutputBuilder> for PublishRecipeOutputBuilder
impl PartialEq<PublishRecipeOutputBuilder> for PublishRecipeOutputBuilder
source§fn eq(&self, other: &PublishRecipeOutputBuilder) -> bool
fn eq(&self, other: &PublishRecipeOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PublishRecipeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PublishRecipeOutputBuilder
impl Send for PublishRecipeOutputBuilder
impl Sync for PublishRecipeOutputBuilder
impl Unpin for PublishRecipeOutputBuilder
impl UnwindSafe for PublishRecipeOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more