Struct aws_sdk_codegurureviewer::operation::put_recommendation_feedback::PutRecommendationFeedbackOutput
source · #[non_exhaustive]pub struct PutRecommendationFeedbackOutput { /* private fields */ }Implementations§
source§impl PutRecommendationFeedbackOutput
impl PutRecommendationFeedbackOutput
sourcepub fn builder() -> PutRecommendationFeedbackOutputBuilder
pub fn builder() -> PutRecommendationFeedbackOutputBuilder
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 ==.source§impl RequestId for PutRecommendationFeedbackOutput
impl RequestId for PutRecommendationFeedbackOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.