pub struct ListPlaylistItemsRequest { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListPlaylistItemsRequest
impl RefUnwindSafe for ListPlaylistItemsRequest
impl Send for ListPlaylistItemsRequest
impl Sync for ListPlaylistItemsRequest
impl Unpin for ListPlaylistItemsRequest
impl UnwindSafe for ListPlaylistItemsRequest
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