pub struct ListUsers<'a> { /* private fields */ }
Expand description
The endpoint for all users
Implementations§
Trait Implementations§
Source§impl Endpoint for ListUsers<'_>
impl Endpoint for ListUsers<'_>
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Source§impl Pageable for ListUsers<'_>
impl Pageable for ListUsers<'_>
Source§fn response_wrapper_key(&self) -> String
fn response_wrapper_key(&self) -> String
returns the name of the key in the response that contains the list of results
impl ReturnsJsonResponse for ListUsers<'_>
Auto Trait Implementations§
impl<'a> Freeze for ListUsers<'a>
impl<'a> RefUnwindSafe for ListUsers<'a>
impl<'a> Send for ListUsers<'a>
impl<'a> Sync for ListUsers<'a>
impl<'a> Unpin for ListUsers<'a>
impl<'a> UnwindSafe for ListUsers<'a>
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