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