Struct aws_sdk_databrew::input::PublishRecipeInput
source · [−]#[non_exhaustive]pub struct PublishRecipeInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PublishRecipeInput
.
Trait Implementations
sourceimpl Clone for PublishRecipeInput
impl Clone for PublishRecipeInput
sourcefn clone(&self) -> PublishRecipeInput
fn clone(&self) -> PublishRecipeInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PublishRecipeInput
impl Debug for PublishRecipeInput
sourceimpl PartialEq<PublishRecipeInput> for PublishRecipeInput
impl PartialEq<PublishRecipeInput> for PublishRecipeInput
sourcefn eq(&self, other: &PublishRecipeInput) -> bool
fn eq(&self, other: &PublishRecipeInput) -> bool
impl StructuralPartialEq for PublishRecipeInput
Auto Trait Implementations
impl RefUnwindSafe for PublishRecipeInput
impl Send for PublishRecipeInput
impl Sync for PublishRecipeInput
impl Unpin for PublishRecipeInput
impl UnwindSafe for PublishRecipeInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more