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