pub struct Search;
Expand description
Trait Implementations§
Source§impl ApiEndpoint for Search
impl ApiEndpoint for Search
Source§type Req = PlaylistSearchQuery
type Req = PlaylistSearchQuery
The request type for this endpoint.
Source§type Res = PlaylistSearchResponse
type Res = PlaylistSearchResponse
The response type for this endpoint.
Source§type Path = PlaylistSearchPath
type Path = PlaylistSearchPath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for Search
impl RefUnwindSafe for Search
impl Send for Search
impl Sync for Search
impl Unpin for Search
impl UnwindSafe for Search
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