pub struct JigCodeList;
Expand description
List codes creator by user.
Trait Implementations§
Source§impl ApiEndpoint for JigCodeList
impl ApiEndpoint for JigCodeList
Source§type Path = JigCodeListPath
type Path = JigCodeListPath
The path type for this endpoint.
Source§type Req = JigCodeListRequest
type Req = JigCodeListRequest
The request type for this endpoint.
Source§type Res = JigCodeListResponse
type Res = JigCodeListResponse
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 JigCodeList
impl RefUnwindSafe for JigCodeList
impl Send for JigCodeList
impl Sync for JigCodeList
impl Unpin for JigCodeList
impl UnwindSafe for JigCodeList
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