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