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