Struct redmine_api::api::time_entries::CreateTimeEntryBuilder
source · [−]pub struct CreateTimeEntryBuilder<'a> { /* private fields */ }
Expand description
Builder for CreateTimeEntry
.
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 CreateTimeEntryBuilder<'a>
impl<'a> Send for CreateTimeEntryBuilder<'a>
impl<'a> Sync for CreateTimeEntryBuilder<'a>
impl<'a> Unpin for CreateTimeEntryBuilder<'a>
impl<'a> UnwindSafe for CreateTimeEntryBuilder<'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