Struct redmine_api::api::time_entries::DeleteTimeEntry
source · [−]pub struct DeleteTimeEntry { /* private fields */ }Expand description
The endpoint to delete a Redmine time entry
Implementations
sourceimpl DeleteTimeEntry
impl DeleteTimeEntry
sourcepub fn builder() -> DeleteTimeEntryBuilder
pub fn builder() -> DeleteTimeEntryBuilder
Create a builder for the endpoint.
Trait Implementations
sourceimpl Debug for DeleteTimeEntry
impl Debug for DeleteTimeEntry
sourceimpl Endpoint for DeleteTimeEntry
impl Endpoint for DeleteTimeEntry
sourcefn 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
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