#[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
sourceimpl RecommendationRelatedEventResource
impl RecommendationRelatedEventResource
sourceimpl RecommendationRelatedEventResource
impl RecommendationRelatedEventResource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecommendationRelatedEventResource
.
Trait Implementations
sourceimpl Clone for RecommendationRelatedEventResource
impl Clone for RecommendationRelatedEventResource
sourcefn clone(&self) -> RecommendationRelatedEventResource
fn clone(&self) -> RecommendationRelatedEventResource
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<RecommendationRelatedEventResource> for RecommendationRelatedEventResource
impl PartialEq<RecommendationRelatedEventResource> for RecommendationRelatedEventResource
sourcefn eq(&self, other: &RecommendationRelatedEventResource) -> bool
fn eq(&self, other: &RecommendationRelatedEventResource) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more