pub struct Trending;
Expand description
Trending JIGs.
Trait Implementations§
Source§impl ApiEndpoint for Trending
impl ApiEndpoint for Trending
Source§type Res = JigTrendingResponse
type Res = JigTrendingResponse
The response type for this endpoint.
Source§type Path = JigTrendingPath
type Path = JigTrendingPath
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 Trending
impl RefUnwindSafe for Trending
impl Send for Trending
impl Sync for Trending
impl Unpin for Trending
impl UnwindSafe for Trending
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