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