pub struct UserApi<'api> { /* private fields */ }Expand description
User endpoint of the API. Used for returning information about a single user by their username.
Implementations§
Auto Trait Implementations§
impl<'api> Freeze for UserApi<'api>
impl<'api> !RefUnwindSafe for UserApi<'api>
impl<'api> Send for UserApi<'api>
impl<'api> Sync for UserApi<'api>
impl<'api> Unpin for UserApi<'api>
impl<'api> UnsafeUnpin for UserApi<'api>
impl<'api> !UnwindSafe for UserApi<'api>
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