#[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() -> RecommendationRelatedEventResourceBuilder
pub fn builder() -> RecommendationRelatedEventResourceBuilder
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 ==
.impl StructuralPartialEq for RecommendationRelatedEventResource
Auto Trait Implementations§
impl RefUnwindSafe for RecommendationRelatedEventResource
impl Send for RecommendationRelatedEventResource
impl Sync for RecommendationRelatedEventResource
impl Unpin for RecommendationRelatedEventResource
impl UnwindSafe for RecommendationRelatedEventResource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more