pub struct ListRoles {}
Expand description
The endpoint for all roles
unlike most other Redmine objects this only returns a RoleEssentials like minimal object
Implementations§
Trait Implementations§
Source§impl Endpoint for ListRoles
impl Endpoint for ListRoles
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl NoPagination for ListRoles
impl ReturnsJsonResponse for ListRoles
Auto Trait Implementations§
impl Freeze for ListRoles
impl RefUnwindSafe for ListRoles
impl Send for ListRoles
impl Sync for ListRoles
impl Unpin for ListRoles
impl UnwindSafe for ListRoles
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