pub struct RecommendationReason {
pub label: String,
pub type_id: String,
}Fields§
§label: String§type_id: StringTrait Implementations§
Source§impl Clone for RecommendationReason
impl Clone for RecommendationReason
Source§fn clone(&self) -> RecommendationReason
fn clone(&self) -> RecommendationReason
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 RecommendationReason
impl Debug for RecommendationReason
Auto Trait Implementations§
impl Freeze for RecommendationReason
impl RefUnwindSafe for RecommendationReason
impl Send for RecommendationReason
impl Sync for RecommendationReason
impl Unpin for RecommendationReason
impl UnwindSafe for RecommendationReason
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