pub struct ListRoles {}Expand description
The endpoint for all roles
unlike most other Redmine objects this only returns a RoleEssentials like minimal object
Implementations
sourceimpl ListRoles
impl ListRoles
sourcepub fn builder() -> ListRolesBuilder
pub fn builder() -> ListRolesBuilder
Create a builder for the endpoint.
Trait Implementations
sourceimpl Endpoint for ListRoles
impl Endpoint for ListRoles
sourcefn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for ListRoles
Auto Trait Implementations
impl RefUnwindSafe for ListRoles
impl Send for ListRoles
impl Sync for ListRoles
impl Unpin for ListRoles
impl UnwindSafe for ListRoles
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more