pub struct Search;
Expand description
Search user profile
Trait Implementations§
Source§impl ApiEndpoint for SearchPublicUser
impl ApiEndpoint for SearchPublicUser
Source§type Req = SearchPublicUserQuery
type Req = SearchPublicUserQuery
The request type for this endpoint.
Source§type Res = SearchPublicUserResponse
type Res = SearchPublicUserResponse
The response type for this endpoint.
Source§type Path = PublicUserSearchPath
type Path = PublicUserSearchPath
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 SearchPublicUser
impl RefUnwindSafe for SearchPublicUser
impl Send for SearchPublicUser
impl Sync for SearchPublicUser
impl Unpin for SearchPublicUser
impl UnwindSafe for SearchPublicUser
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