pub struct PersonalRecommendationReason {
pub string_for_display: String,
}Expand description
Personal recommendation reason
Fields§
§string_for_display: StringThe localized reason for the recommendation
Trait Implementations§
Source§impl Clone for PersonalRecommendationReason
impl Clone for PersonalRecommendationReason
Source§fn clone(&self) -> PersonalRecommendationReason
fn clone(&self) -> PersonalRecommendationReason
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 PersonalRecommendationReason
impl Debug for PersonalRecommendationReason
Source§impl Default for PersonalRecommendationReason
impl Default for PersonalRecommendationReason
Source§fn default() -> PersonalRecommendationReason
fn default() -> PersonalRecommendationReason
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PersonalRecommendationReasonwhere
PersonalRecommendationReason: Default,
impl<'de> Deserialize<'de> for PersonalRecommendationReasonwhere
PersonalRecommendationReason: Default,
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 Hash for PersonalRecommendationReason
impl Hash for PersonalRecommendationReason
Source§impl PartialEq for PersonalRecommendationReason
impl PartialEq for PersonalRecommendationReason
Source§fn eq(&self, other: &PersonalRecommendationReason) -> bool
fn eq(&self, other: &PersonalRecommendationReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PersonalRecommendationReason
impl StructuralPartialEq for PersonalRecommendationReason
Auto Trait Implementations§
impl Freeze for PersonalRecommendationReason
impl RefUnwindSafe for PersonalRecommendationReason
impl Send for PersonalRecommendationReason
impl Sync for PersonalRecommendationReason
impl Unpin for PersonalRecommendationReason
impl UnwindSafe for PersonalRecommendationReason
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