Struct redmine_api::api::users::ListUsers
source · pub struct ListUsers<'a> { /* private fields */ }
Expand description
The endpoint for all users
Implementations§
Trait Implementations§
source§impl<'a> Endpoint for ListUsers<'a>
impl<'a> Endpoint for ListUsers<'a>
source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
source§impl<'a> Pageable for ListUsers<'a>
impl<'a> Pageable for ListUsers<'a>
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<'a> ReturnsJsonResponse for ListUsers<'a>
Auto Trait Implementations§
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