pub struct LibraryPlaylistCreateRequest<'a> { /* private fields */ }
Expand description
Library playlist creation request
Trait Implementations§
Source§impl<'a> Clone for LibraryPlaylistCreateRequest<'a>
impl<'a> Clone for LibraryPlaylistCreateRequest<'a>
Source§fn clone(&self) -> LibraryPlaylistCreateRequest<'a>
fn clone(&self) -> LibraryPlaylistCreateRequest<'a>
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<'a> PartialEq for LibraryPlaylistCreateRequest<'a>
impl<'a> PartialEq for LibraryPlaylistCreateRequest<'a>
Source§fn eq(&self, other: &LibraryPlaylistCreateRequest<'a>) -> bool
fn eq(&self, other: &LibraryPlaylistCreateRequest<'a>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<'a> Serialize for LibraryPlaylistCreateRequest<'a>
impl<'a> Serialize for LibraryPlaylistCreateRequest<'a>
impl<'a> Eq for LibraryPlaylistCreateRequest<'a>
impl<'a> StructuralPartialEq for LibraryPlaylistCreateRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for LibraryPlaylistCreateRequest<'a>
impl<'a> RefUnwindSafe for LibraryPlaylistCreateRequest<'a>
impl<'a> Send for LibraryPlaylistCreateRequest<'a>
impl<'a> Sync for LibraryPlaylistCreateRequest<'a>
impl<'a> Unpin for LibraryPlaylistCreateRequest<'a>
impl<'a> UnwindSafe for LibraryPlaylistCreateRequest<'a>
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