Struct redmine_api::api::issue_categories::GetIssueCategory
source · pub struct GetIssueCategory { /* private fields */ }
Expand description
The endpoint for a specific issue category
Implementations§
source§impl GetIssueCategory
impl GetIssueCategory
sourcepub fn builder() -> GetIssueCategoryBuilder
pub fn builder() -> GetIssueCategoryBuilder
Create a builder for the endpoint.
Trait Implementations§
source§impl Debug for GetIssueCategory
impl Debug for GetIssueCategory
source§impl Endpoint for GetIssueCategory
impl Endpoint for GetIssueCategory
source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for GetIssueCategory
Auto Trait Implementations§
impl Freeze for GetIssueCategory
impl RefUnwindSafe for GetIssueCategory
impl Send for GetIssueCategory
impl Sync for GetIssueCategory
impl Unpin for GetIssueCategory
impl UnwindSafe for GetIssueCategory
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