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