#[non_exhaustive]pub struct DescribeRecommendationFeedbackOutput { /* private fields */ }Implementations
sourceimpl DescribeRecommendationFeedbackOutput
impl DescribeRecommendationFeedbackOutput
sourcepub fn recommendation_feedback(&self) -> Option<&RecommendationFeedback>
pub fn recommendation_feedback(&self) -> Option<&RecommendationFeedback>
The recommendation feedback given by the user.
sourceimpl DescribeRecommendationFeedbackOutput
impl DescribeRecommendationFeedbackOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeRecommendationFeedbackOutput.
Trait Implementations
sourceimpl Clone for DescribeRecommendationFeedbackOutput
impl Clone for DescribeRecommendationFeedbackOutput
sourcefn clone(&self) -> DescribeRecommendationFeedbackOutput
fn clone(&self) -> DescribeRecommendationFeedbackOutput
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 PartialEq<DescribeRecommendationFeedbackOutput> for DescribeRecommendationFeedbackOutput
impl PartialEq<DescribeRecommendationFeedbackOutput> for DescribeRecommendationFeedbackOutput
sourcefn eq(&self, other: &DescribeRecommendationFeedbackOutput) -> bool
fn eq(&self, other: &DescribeRecommendationFeedbackOutput) -> bool
impl StructuralPartialEq for DescribeRecommendationFeedbackOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeRecommendationFeedbackOutput
impl Send for DescribeRecommendationFeedbackOutput
impl Sync for DescribeRecommendationFeedbackOutput
impl Unpin for DescribeRecommendationFeedbackOutput
impl UnwindSafe for DescribeRecommendationFeedbackOutput
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