pub struct PersonalRecommendationTitle {
pub string_for_display: String,
}Expand description
Personal recommendation title
Fields§
§string_for_display: StringThe localized title for the recommendation
Trait Implementations§
Source§impl Clone for PersonalRecommendationTitle
impl Clone for PersonalRecommendationTitle
Source§fn clone(&self) -> PersonalRecommendationTitle
fn clone(&self) -> PersonalRecommendationTitle
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 PersonalRecommendationTitle
impl Debug for PersonalRecommendationTitle
Source§impl Default for PersonalRecommendationTitle
impl Default for PersonalRecommendationTitle
Source§fn default() -> PersonalRecommendationTitle
fn default() -> PersonalRecommendationTitle
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PersonalRecommendationTitlewhere
PersonalRecommendationTitle: Default,
impl<'de> Deserialize<'de> for PersonalRecommendationTitlewhere
PersonalRecommendationTitle: 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 PersonalRecommendationTitle
impl Hash for PersonalRecommendationTitle
impl Eq for PersonalRecommendationTitle
impl StructuralPartialEq for PersonalRecommendationTitle
Auto Trait Implementations§
impl Freeze for PersonalRecommendationTitle
impl RefUnwindSafe for PersonalRecommendationTitle
impl Send for PersonalRecommendationTitle
impl Sync for PersonalRecommendationTitle
impl Unpin for PersonalRecommendationTitle
impl UnwindSafe for PersonalRecommendationTitle
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