pub struct GetJigCode;
Expand description
List codes creator by user.
Trait Implementations§
Source§impl ApiEndpoint for GetJigCode
impl ApiEndpoint for GetJigCode
Source§type Path = JigCodePath
type Path = JigCodePath
The path type for this endpoint.
Source§type Res = JigCodeResponse
type Res = JigCodeResponse
The response type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for GetJigCode
impl RefUnwindSafe for GetJigCode
impl Send for GetJigCode
impl Sync for GetJigCode
impl Unpin for GetJigCode
impl UnwindSafe for GetJigCode
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