Struct aws_sdk_codeguruprofiler::model::UserFeedback [−][src]
#[non_exhaustive]pub struct UserFeedback {
pub type: Option<FeedbackType>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.type: Option<FeedbackType>
Optional Positive
or Negative
feedback submitted by
the user about whether the recommendation is useful or not.
Implementations
Optional Positive
or Negative
feedback submitted by
the user about whether the recommendation is useful or not.
Creates a new builder-style object to manufacture UserFeedback
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UserFeedback
impl Send for UserFeedback
impl Sync for UserFeedback
impl Unpin for UserFeedback
impl UnwindSafe for UserFeedback
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more