Struct redmine_api::api::groups::ListGroups
source · pub struct ListGroups {}
Expand description
The endpoint for all Redmine groups
Implementations§
source§impl ListGroups
impl ListGroups
sourcepub fn builder() -> ListGroupsBuilder
pub fn builder() -> ListGroupsBuilder
Create a builder for the endpoint.
Trait Implementations§
source§impl Debug for ListGroups
impl Debug for ListGroups
source§impl Endpoint for ListGroups
impl Endpoint for ListGroups
source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for ListGroups
Auto Trait Implementations§
impl RefUnwindSafe for ListGroups
impl Send for ListGroups
impl Sync for ListGroups
impl Unpin for ListGroups
impl UnwindSafe for ListGroups
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