Struct redmine_api::api::issue_relations::CreateIssueRelationBuilder
source · [−]pub struct CreateIssueRelationBuilder { /* private fields */ }
Expand description
Builder for CreateIssueRelation
.
Implementations
id of the issue where the relation is created
id of the issue the relation is created to
the type of issue relation to create
Delay in days for the precedes and follows relation types
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CreateIssueRelationBuilder
impl Send for CreateIssueRelationBuilder
impl Sync for CreateIssueRelationBuilder
impl Unpin for CreateIssueRelationBuilder
impl UnwindSafe for CreateIssueRelationBuilder
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