pub enum RecommendationAnalyticsResponse {
RecommendationsEventResponse(Box<RecommendationsEventResponse>),
}Variants§
RecommendationsEventResponse(Box<RecommendationsEventResponse>)
Trait Implementations§
Source§impl Clone for RecommendationAnalyticsResponse
impl Clone for RecommendationAnalyticsResponse
Source§fn clone(&self) -> RecommendationAnalyticsResponse
fn clone(&self) -> RecommendationAnalyticsResponse
Returns a duplicate 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<'de> Deserialize<'de> for RecommendationAnalyticsResponse
impl<'de> Deserialize<'de> for RecommendationAnalyticsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RecommendationAnalyticsResponse
impl PartialEq for RecommendationAnalyticsResponse
Source§fn eq(&self, other: &RecommendationAnalyticsResponse) -> bool
fn eq(&self, other: &RecommendationAnalyticsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecommendationAnalyticsResponse
Auto Trait Implementations§
impl Freeze for RecommendationAnalyticsResponse
impl RefUnwindSafe for RecommendationAnalyticsResponse
impl Send for RecommendationAnalyticsResponse
impl Sync for RecommendationAnalyticsResponse
impl Unpin for RecommendationAnalyticsResponse
impl UnwindSafe for RecommendationAnalyticsResponse
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