pub struct LibraryArtistRequestBuilder;Expand description
Library artist request builder
Auto Trait Implementations§
impl Freeze for LibraryArtistRequestBuilder
impl RefUnwindSafe for LibraryArtistRequestBuilder
impl Send for LibraryArtistRequestBuilder
impl Sync for LibraryArtistRequestBuilder
impl Unpin for LibraryArtistRequestBuilder
impl UnwindSafe for LibraryArtistRequestBuilder
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