Struct redmine_api::api::versions::CreateVersionBuilder
source · [−]pub struct CreateVersionBuilder<'a> { /* private fields */ }
Expand description
Builder for CreateVersion
.
Implementations
The project Id or the project name as it appears in the URL to add the version to
the status of the version
how the version is shared with other projects
Description of the version
The title of the wiki page for this version
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CreateVersionBuilder<'a>
impl<'a> Send for CreateVersionBuilder<'a>
impl<'a> Sync for CreateVersionBuilder<'a>
impl<'a> Unpin for CreateVersionBuilder<'a>
impl<'a> UnwindSafe for CreateVersionBuilder<'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