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