#[non_exhaustive]pub struct BatchDeleteRecipeVersionOutput { /* private fields */ }
Implementations§
source§impl BatchDeleteRecipeVersionOutput
impl BatchDeleteRecipeVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDeleteRecipeVersionOutput
.
Trait Implementations§
source§impl Clone for BatchDeleteRecipeVersionOutput
impl Clone for BatchDeleteRecipeVersionOutput
source§fn clone(&self) -> BatchDeleteRecipeVersionOutput
fn clone(&self) -> BatchDeleteRecipeVersionOutput
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 PartialEq<BatchDeleteRecipeVersionOutput> for BatchDeleteRecipeVersionOutput
impl PartialEq<BatchDeleteRecipeVersionOutput> for BatchDeleteRecipeVersionOutput
source§fn eq(&self, other: &BatchDeleteRecipeVersionOutput) -> bool
fn eq(&self, other: &BatchDeleteRecipeVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.