pub struct Complete;
Expand description
Complete a session instance and update the jig play count
§Auth
- Requires the token returned in
Create
§Errors
400 - BadRequest
if the request is malformed.- ‘404 - NotFound’ if the jig player session instance stored in the token does not exist.
Trait Implementations§
Source§impl ApiEndpoint for Complete
impl ApiEndpoint for Complete
Source§type Path = PlayerSessionInstanceCompletePath
type Path = PlayerSessionInstanceCompletePath
The path type for this endpoint.
Source§type Req = PlayerSessionInstanceCompleteRequest
type Req = PlayerSessionInstanceCompleteRequest
The request type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for Complete
impl RefUnwindSafe for Complete
impl Send for Complete
impl Sync for Complete
impl Unpin for Complete
impl UnwindSafe for Complete
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