Struct redmine_api::api::time_entries::UpdateTimeEntry
source · [−]pub struct UpdateTimeEntry<'a> { /* private fields */ }Expand description
The endpoint to update an existing Redmine time entry
Implementations
sourceimpl<'a> UpdateTimeEntry<'a>
impl<'a> UpdateTimeEntry<'a>
sourcepub fn builder() -> UpdateTimeEntryBuilder<'a>
pub fn builder() -> UpdateTimeEntryBuilder<'a>
Create a builder for the endpoint.
Trait Implementations
sourceimpl<'a> Clone for UpdateTimeEntry<'a>
impl<'a> Clone for UpdateTimeEntry<'a>
sourcefn clone(&self) -> UpdateTimeEntry<'a>
fn clone(&self) -> UpdateTimeEntry<'a>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'a> Debug for UpdateTimeEntry<'a>
impl<'a> Debug for UpdateTimeEntry<'a>
sourceimpl<'a> Endpoint for UpdateTimeEntry<'a>
impl<'a> Endpoint for UpdateTimeEntry<'a>
sourceimpl<'a> Serialize for UpdateTimeEntry<'a>
impl<'a> Serialize for UpdateTimeEntry<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for UpdateTimeEntry<'a>
impl<'a> Send for UpdateTimeEntry<'a>
impl<'a> Sync for UpdateTimeEntry<'a>
impl<'a> Unpin for UpdateTimeEntry<'a>
impl<'a> UnwindSafe for UpdateTimeEntry<'a>
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