pub struct UserByUsername;Expand description
Query users by username. The passed-in arg will be a username.
Trait Implementations§
Source§impl Query for UserByUsername
impl Query for UserByUsername
Source§type Scheme = UsersScheme
type Scheme = UsersScheme
Defines the scheme that the API shall return.
Auto Trait Implementations§
impl Freeze for UserByUsername
impl RefUnwindSafe for UserByUsername
impl Send for UserByUsername
impl Sync for UserByUsername
impl Unpin for UserByUsername
impl UnsafeUnpin for UserByUsername
impl UnwindSafe for UserByUsername
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