Struct redmine_api::api::time_entries::CreateTimeEntry
source · [−]pub struct CreateTimeEntry<'a> { /* private fields */ }Expand description
The endpoint to create a Redmine time entry
Implementations
sourceimpl<'a> CreateTimeEntry<'a>
impl<'a> CreateTimeEntry<'a>
sourcepub fn builder() -> CreateTimeEntryBuilder<'a>
pub fn builder() -> CreateTimeEntryBuilder<'a>
Create a builder for the endpoint.
Trait Implementations
sourceimpl<'a> Clone for CreateTimeEntry<'a>
impl<'a> Clone for CreateTimeEntry<'a>
sourcefn clone(&self) -> CreateTimeEntry<'a>
fn clone(&self) -> CreateTimeEntry<'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 CreateTimeEntry<'a>
impl<'a> Debug for CreateTimeEntry<'a>
sourceimpl<'a> Endpoint for CreateTimeEntry<'a>
impl<'a> Endpoint for CreateTimeEntry<'a>
sourceimpl<'a> Serialize for CreateTimeEntry<'a>
impl<'a> Serialize for CreateTimeEntry<'a>
impl<'a> ReturnsJsonResponse for CreateTimeEntry<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for CreateTimeEntry<'a>
impl<'a> Send for CreateTimeEntry<'a>
impl<'a> Sync for CreateTimeEntry<'a>
impl<'a> Unpin for CreateTimeEntry<'a>
impl<'a> UnwindSafe for CreateTimeEntry<'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