pub struct SearchUser;
Expand description
Trait Implementations§
Source§impl ApiEndpoint for SearchUser
impl ApiEndpoint for SearchUser
Source§type Req = UserSearchQuery
type Req = UserSearchQuery
The request type for this endpoint.
Source§type Res = UserSearchResponse
type Res = UserSearchResponse
The response type for this endpoint.
Source§type Path = UserSearchPath
type Path = UserSearchPath
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 SearchUser
impl RefUnwindSafe for SearchUser
impl Send for SearchUser
impl Sync for SearchUser
impl Unpin for SearchUser
impl UnwindSafe for SearchUser
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