pub struct GetGroup { /* private fields */ }Expand description
The endpoint for a specific Redmine group
Implementations
sourceimpl GetGroup
impl GetGroup
sourcepub fn builder() -> GetGroupBuilder
pub fn builder() -> GetGroupBuilder
Create a builder for the endpoint.
Trait Implementations
sourceimpl Endpoint for GetGroup
impl Endpoint for GetGroup
sourcefn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for GetGroup
Auto Trait Implementations
impl RefUnwindSafe for GetGroup
impl Send for GetGroup
impl Sync for GetGroup
impl Unpin for GetGroup
impl UnwindSafe for GetGroup
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