Struct redmine_api::api::time_entries::UpdateTimeEntryBuilder
source · [−]pub struct UpdateTimeEntryBuilder<'a> { /* private fields */ }
Expand description
Builder for UpdateTimeEntry
.
Implementations
Issue id is required if project_id is not specified
Project id is required if issue_id is not specified
The date the time was spent, default is today
This is required unless there is a default activity defined in Redmine
Short description for teh entry (255 characters max)
User Id is only required when posting time on behalf of another user, defaults to current user
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for UpdateTimeEntryBuilder<'a>
impl<'a> Send for UpdateTimeEntryBuilder<'a>
impl<'a> Sync for UpdateTimeEntryBuilder<'a>
impl<'a> Unpin for UpdateTimeEntryBuilder<'a>
impl<'a> UnwindSafe for UpdateTimeEntryBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more