pub struct RatingRelationships {
pub content: Relationship<Resource>,
}Expand description
Rating relationships
Fields§
§content: Relationship<Resource>The content associated with the rating.
Fetch limits: None.
Posssible resources: [Album], [LibraryMusicVideo], [LibraryPlaylist], [LibrarySong], [MusicVideo], [Playlist], [Song], [Station]
Trait Implementations§
Source§impl Clone for RatingRelationships
impl Clone for RatingRelationships
Source§fn clone(&self) -> RatingRelationships
fn clone(&self) -> RatingRelationships
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 RatingRelationships
impl Debug for RatingRelationships
Source§impl Default for RatingRelationships
impl Default for RatingRelationships
Source§fn default() -> RatingRelationships
fn default() -> RatingRelationships
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RatingRelationshipswhere
RatingRelationships: Default,
impl<'de> Deserialize<'de> for RatingRelationshipswhere
RatingRelationships: 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 RatingRelationships
impl Hash for RatingRelationships
Source§impl PartialEq for RatingRelationships
impl PartialEq for RatingRelationships
Source§impl Serialize for RatingRelationships
impl Serialize for RatingRelationships
impl Eq for RatingRelationships
impl StructuralPartialEq for RatingRelationships
Auto Trait Implementations§
impl Freeze for RatingRelationships
impl RefUnwindSafe for RatingRelationships
impl Send for RatingRelationships
impl Sync for RatingRelationships
impl Unpin for RatingRelationships
impl UnwindSafe for RatingRelationships
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