pub struct DeleteIssue { /* private fields */ }
Expand description
The endpoint to delete a Redmine issue
Implementations§
Source§impl DeleteIssue
impl DeleteIssue
Sourcepub fn builder() -> DeleteIssueBuilder
pub fn builder() -> DeleteIssueBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for DeleteIssue
impl Clone for DeleteIssue
Source§fn clone(&self) -> DeleteIssue
fn clone(&self) -> DeleteIssue
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteIssue
impl Debug for DeleteIssue
Source§impl Endpoint for DeleteIssue
impl Endpoint for DeleteIssue
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Auto Trait Implementations§
impl Freeze for DeleteIssue
impl RefUnwindSafe for DeleteIssue
impl Send for DeleteIssue
impl Sync for DeleteIssue
impl Unpin for DeleteIssue
impl UnwindSafe for DeleteIssue
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