pub struct RecommendationText(/* private fields */);Implementations§
Source§impl RecommendationText
impl RecommendationText
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for RecommendationText
impl Clone for RecommendationText
Source§fn clone(&self) -> RecommendationText
fn clone(&self) -> RecommendationText
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 RecommendationText
impl Debug for RecommendationText
Source§impl<'de> Deserialize<'de> for RecommendationText
impl<'de> Deserialize<'de> for RecommendationText
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for RecommendationText
impl Hash for RecommendationText
Source§impl Ord for RecommendationText
impl Ord for RecommendationText
Source§fn cmp(&self, other: &RecommendationText) -> Ordering
fn cmp(&self, other: &RecommendationText) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RecommendationText
impl PartialEq for RecommendationText
Source§impl PartialOrd for RecommendationText
impl PartialOrd for RecommendationText
Source§impl Serialize for RecommendationText
impl Serialize for RecommendationText
impl Eq for RecommendationText
impl StructuralPartialEq for RecommendationText
Auto Trait Implementations§
impl Freeze for RecommendationText
impl RefUnwindSafe for RecommendationText
impl Send for RecommendationText
impl Sync for RecommendationText
impl Unpin for RecommendationText
impl UnsafeUnpin for RecommendationText
impl UnwindSafe for RecommendationText
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