pub struct ListLiked;
Expand description
List user’s liked JIGs.
Trait Implementations§
Source§impl ApiEndpoint for ListLiked
impl ApiEndpoint for ListLiked
Source§type Req = ListLikedRequest
type Req = ListLikedRequest
The request type for this endpoint.
Source§type Res = ListLikedResponse
type Res = ListLikedResponse
The response type for this endpoint.
Source§type Path = ListLikedPath
type Path = ListLikedPath
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 ListLiked
impl RefUnwindSafe for ListLiked
impl Send for ListLiked
impl Sync for ListLiked
impl Unpin for ListLiked
impl UnwindSafe for ListLiked
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