pub struct BrowseUserJigs;
Expand description
Browse public user
Trait Implementations§
Source§impl ApiEndpoint for BrowseUserJigs
impl ApiEndpoint for BrowseUserJigs
Source§type Req = BrowsePublicUserJigsQuery
type Req = BrowsePublicUserJigsQuery
The request type for this endpoint.
Source§type Res = JigBrowseResponse
type Res = JigBrowseResponse
The response type for this endpoint.
Source§type Path = BrowsePublicUserJigsPath
type Path = BrowsePublicUserJigsPath
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 BrowseUserJigs
impl RefUnwindSafe for BrowseUserJigs
impl Send for BrowseUserJigs
impl Sync for BrowseUserJigs
impl Unpin for BrowseUserJigs
impl UnwindSafe for BrowseUserJigs
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