pub struct GetPlaylists;Expand description
listplaylists command.
Trait Implementations§
Source§impl Clone for GetPlaylists
impl Clone for GetPlaylists
Source§fn clone(&self) -> GetPlaylists
fn clone(&self) -> GetPlaylists
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 Command for GetPlaylists
impl Command for GetPlaylists
Source§fn command(&self) -> RawCommand
fn command(&self) -> RawCommand
Create the raw command representation for transmission.
Source§impl Debug for GetPlaylists
impl Debug for GetPlaylists
Source§impl PartialEq for GetPlaylists
impl PartialEq for GetPlaylists
impl Copy for GetPlaylists
impl Eq for GetPlaylists
impl StructuralPartialEq for GetPlaylists
Auto Trait Implementations§
impl Freeze for GetPlaylists
impl RefUnwindSafe for GetPlaylists
impl Send for GetPlaylists
impl Sync for GetPlaylists
impl Unpin for GetPlaylists
impl UnwindSafe for GetPlaylists
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