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