pub struct LibraryPlaylistFolder {
pub header: ResourceHeader,
pub attributes: Option<LibraryPlaylistFolderAttributes>,
pub relationships: LibraryPlaylistFolderRelationships,
}Expand description
Library playlist folder
Fields§
§header: ResourceHeaderResource header
attributes: Option<LibraryPlaylistFolderAttributes>Library playlist folders attributes
relationships: LibraryPlaylistFolderRelationshipsLibrary playlist folders relationships
Trait Implementations§
Source§impl Clone for LibraryPlaylistFolder
impl Clone for LibraryPlaylistFolder
Source§fn clone(&self) -> LibraryPlaylistFolder
fn clone(&self) -> LibraryPlaylistFolder
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 LibraryPlaylistFolder
impl Debug for LibraryPlaylistFolder
Source§impl Default for LibraryPlaylistFolder
impl Default for LibraryPlaylistFolder
Source§fn default() -> LibraryPlaylistFolder
fn default() -> LibraryPlaylistFolder
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LibraryPlaylistFolder
impl<'de> Deserialize<'de> for LibraryPlaylistFolder
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<LibraryPlaylistFolder> for Resource
impl From<LibraryPlaylistFolder> for Resource
Source§fn from(data: LibraryPlaylistFolder) -> Self
fn from(data: LibraryPlaylistFolder) -> Self
Converts to this type from the input type.
Source§impl Hash for LibraryPlaylistFolder
impl Hash for LibraryPlaylistFolder
Source§impl PartialEq for LibraryPlaylistFolder
impl PartialEq for LibraryPlaylistFolder
Source§impl Serialize for LibraryPlaylistFolder
impl Serialize for LibraryPlaylistFolder
impl Eq for LibraryPlaylistFolder
impl StructuralPartialEq for LibraryPlaylistFolder
Auto Trait Implementations§
impl Freeze for LibraryPlaylistFolder
impl RefUnwindSafe for LibraryPlaylistFolder
impl Send for LibraryPlaylistFolder
impl Sync for LibraryPlaylistFolder
impl Unpin for LibraryPlaylistFolder
impl UnwindSafe for LibraryPlaylistFolder
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