struct PlaylistItemsResponse {
items: Vec<JellyfinPlaylistItem>,
total_record_count: usize,
}Expand description
Jellyfin playlist items response — items include PlaylistItemId
Fields§
§items: Vec<JellyfinPlaylistItem>§total_record_count: usizeTrait Implementations§
Source§impl Debug for PlaylistItemsResponse
impl Debug for PlaylistItemsResponse
Source§impl<'de> Deserialize<'de> for PlaylistItemsResponse
impl<'de> Deserialize<'de> for PlaylistItemsResponse
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
Auto Trait Implementations§
impl Freeze for PlaylistItemsResponse
impl RefUnwindSafe for PlaylistItemsResponse
impl Send for PlaylistItemsResponse
impl Sync for PlaylistItemsResponse
impl Unpin for PlaylistItemsResponse
impl UnsafeUnpin for PlaylistItemsResponse
impl UnwindSafe for PlaylistItemsResponse
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