Struct redmine_api::api::projects::UpdateProjectBuilder
source · [−]pub struct UpdateProjectBuilder<'a> { /* private fields */ }
Expand description
Builder for UpdateProject
.
Implementations
the project id or name as it appears in the URL of the project to update
the name of the project
the identifier of the project as it appears in the URL
the project description
the project homepage
is the project public (visible to anonymous users)
will the project inherit members from its ancestors
ID of the default user. It works only when the new project is a subproject and it inherits the members
ID of the default version. It works only with existing shared versions
trackers to enable in the project
modules to enable in the project
custom issue fields to enable in the project
values for custom fields
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for UpdateProjectBuilder<'a>
impl<'a> Send for UpdateProjectBuilder<'a>
impl<'a> Sync for UpdateProjectBuilder<'a>
impl<'a> Unpin for UpdateProjectBuilder<'a>
impl<'a> UnwindSafe for UpdateProjectBuilder<'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