Struct redmine_api::api::issues::UpdateIssueBuilder
source · [−]pub struct UpdateIssueBuilder<'a> { /* private fields */ }
Expand description
Builder for UpdateIssue
.
Implementations
project for the issue
tracker for the issue
issue priority
issue description
issue category
ID of the Target Versions (previously called ‘Fixed Version’ and still referred to as such in the API)
user/group id the issue will be assigned to
Id of the parent issue
custom field values
user ids of watchers of the issue
is the issue private (only visible to roles that have the relevant permission enabled)
estimated hours it will take to implement this isssue
is the added comment/note private
attachments (files)
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for UpdateIssueBuilder<'a>
impl<'a> Send for UpdateIssueBuilder<'a>
impl<'a> Sync for UpdateIssueBuilder<'a>
impl<'a> Unpin for UpdateIssueBuilder<'a>
impl<'a> UnwindSafe for UpdateIssueBuilder<'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