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