pub struct UserLookup;
Expand description
Find a user by username.
Trait Implementations§
Source§impl ApiEndpoint for UserLookup
impl ApiEndpoint for UserLookup
Source§type Req = UserLookupQuery
type Req = UserLookupQuery
The request type for this endpoint.
Source§type Path = UserLookupPath
type Path = UserLookupPath
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 UserLookup
impl RefUnwindSafe for UserLookup
impl Send for UserLookup
impl Sync for UserLookup
impl Unpin for UserLookup
impl UnwindSafe for UserLookup
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