pub struct PersonalRecommendation {
pub header: ResourceHeader,
pub attributes: Option<PersonalRecommendationAttributes>,
pub relationships: PersonalRecommendationRelationships,
}Expand description
Personal recommendation
Fields§
§header: ResourceHeaderResource header
attributes: Option<PersonalRecommendationAttributes>Personal recommendation attributes
relationships: PersonalRecommendationRelationshipsPersonal recommendation relationships
Implementations§
Source§impl PersonalRecommendation
impl PersonalRecommendation
Sourcepub fn get<'a>() -> PersonalRecommendationGetRequestBuilder<'a>
pub fn get<'a>() -> PersonalRecommendationGetRequestBuilder<'a>
Get personal recommendation request builder
Trait Implementations§
Source§impl Clone for PersonalRecommendation
impl Clone for PersonalRecommendation
Source§fn clone(&self) -> PersonalRecommendation
fn clone(&self) -> PersonalRecommendation
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 PersonalRecommendation
impl Debug for PersonalRecommendation
Source§impl<'de> Deserialize<'de> for PersonalRecommendation
impl<'de> Deserialize<'de> for PersonalRecommendation
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<PersonalRecommendation> for Resource
impl From<PersonalRecommendation> for Resource
Source§fn from(data: PersonalRecommendation) -> Self
fn from(data: PersonalRecommendation) -> Self
Converts to this type from the input type.
Source§impl Hash for PersonalRecommendation
impl Hash for PersonalRecommendation
Source§impl PartialEq for PersonalRecommendation
impl PartialEq for PersonalRecommendation
Source§impl Serialize for PersonalRecommendation
impl Serialize for PersonalRecommendation
impl Eq for PersonalRecommendation
impl StructuralPartialEq for PersonalRecommendation
Auto Trait Implementations§
impl Freeze for PersonalRecommendation
impl RefUnwindSafe for PersonalRecommendation
impl Send for PersonalRecommendation
impl Sync for PersonalRecommendation
impl Unpin for PersonalRecommendation
impl UnwindSafe for PersonalRecommendation
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