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