pub struct SynthesizedRecommendationDto {
pub activity_id: String,
pub label: ActivityLabelDto,
pub bucket: RecommendationBucketDto,
pub reasons: Vec<RecommendationReasonDto>,
}Fields§
§activity_id: String§label: ActivityLabelDto§bucket: RecommendationBucketDto§reasons: Vec<RecommendationReasonDto>Trait Implementations§
Source§impl Clone for SynthesizedRecommendationDto
impl Clone for SynthesizedRecommendationDto
Source§fn clone(&self) -> SynthesizedRecommendationDto
fn clone(&self) -> SynthesizedRecommendationDto
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 SynthesizedRecommendationDto
impl Debug for SynthesizedRecommendationDto
Source§impl<'de> Deserialize<'de> for SynthesizedRecommendationDto
impl<'de> Deserialize<'de> for SynthesizedRecommendationDto
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 From<&SynthesizedRecommendation> for SynthesizedRecommendationDto
impl From<&SynthesizedRecommendation> for SynthesizedRecommendationDto
Source§fn from(value: &SynthesizedRecommendation) -> Self
fn from(value: &SynthesizedRecommendation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SynthesizedRecommendationDto
impl RefUnwindSafe for SynthesizedRecommendationDto
impl Send for SynthesizedRecommendationDto
impl Sync for SynthesizedRecommendationDto
impl Unpin for SynthesizedRecommendationDto
impl UnsafeUnpin for SynthesizedRecommendationDto
impl UnwindSafe for SynthesizedRecommendationDto
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