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