pub struct RecommendationsEventResponse {
pub queries: Vec<RecommendationEvent>,
}Fields§
§queries: Vec<RecommendationEvent>Implementations§
Source§impl RecommendationsEventResponse
impl RecommendationsEventResponse
pub fn new(queries: Vec<RecommendationEvent>) -> RecommendationsEventResponse
Trait Implementations§
Source§impl Clone for RecommendationsEventResponse
impl Clone for RecommendationsEventResponse
Source§fn clone(&self) -> RecommendationsEventResponse
fn clone(&self) -> RecommendationsEventResponse
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 Debug for RecommendationsEventResponse
impl Debug for RecommendationsEventResponse
Source§impl Default for RecommendationsEventResponse
impl Default for RecommendationsEventResponse
Source§fn default() -> RecommendationsEventResponse
fn default() -> RecommendationsEventResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecommendationsEventResponse
impl<'de> Deserialize<'de> for RecommendationsEventResponse
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 RecommendationsEventResponse
impl PartialEq for RecommendationsEventResponse
Source§fn eq(&self, other: &RecommendationsEventResponse) -> bool
fn eq(&self, other: &RecommendationsEventResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecommendationsEventResponse
Auto Trait Implementations§
impl Freeze for RecommendationsEventResponse
impl RefUnwindSafe for RecommendationsEventResponse
impl Send for RecommendationsEventResponse
impl Sync for RecommendationsEventResponse
impl Unpin for RecommendationsEventResponse
impl UnwindSafe for RecommendationsEventResponse
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