#[non_exhaustive]pub struct RecommendationRelatedEventResource { /* private fields */ }
Expand description
Information about an Amazon Web Services resource that emitted and event that is related to a recommendation in an insight.
Implementations§
source§impl RecommendationRelatedEventResource
impl RecommendationRelatedEventResource
source§impl RecommendationRelatedEventResource
impl RecommendationRelatedEventResource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecommendationRelatedEventResource
.
Trait Implementations§
source§impl Clone for RecommendationRelatedEventResource
impl Clone for RecommendationRelatedEventResource
source§fn clone(&self) -> RecommendationRelatedEventResource
fn clone(&self) -> RecommendationRelatedEventResource
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<RecommendationRelatedEventResource> for RecommendationRelatedEventResource
impl PartialEq<RecommendationRelatedEventResource> for RecommendationRelatedEventResource
source§fn eq(&self, other: &RecommendationRelatedEventResource) -> bool
fn eq(&self, other: &RecommendationRelatedEventResource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.