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