Struct aws_sdk_codeguruprofiler::model::UserFeedback
source · #[non_exhaustive]pub struct UserFeedback { /* private fields */ }
Expand description
Feedback that can be submitted for each instance of an anomaly by the user. Feedback is be used for improvements in generating recommendations for the application.
Implementations§
source§impl UserFeedback
impl UserFeedback
sourcepub fn type(&self) -> Option<&FeedbackType>
pub fn type(&self) -> Option<&FeedbackType>
Optional Positive
or Negative
feedback submitted by the user about whether the recommendation is useful or not.
source§impl UserFeedback
impl UserFeedback
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserFeedback
.
Trait Implementations§
source§impl Clone for UserFeedback
impl Clone for UserFeedback
source§fn clone(&self) -> UserFeedback
fn clone(&self) -> UserFeedback
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 UserFeedback
impl Debug for UserFeedback
source§impl PartialEq<UserFeedback> for UserFeedback
impl PartialEq<UserFeedback> for UserFeedback
source§fn eq(&self, other: &UserFeedback) -> bool
fn eq(&self, other: &UserFeedback) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.