Struct redmine_api::api::projects::UnarchiveProjectBuilder
source · [−]pub struct UnarchiveProjectBuilder<'a> { /* private fields */ }
Expand description
Builder for UnarchiveProject
.
Implementations
the project id or name as it appears in the URL of the project to unarchive
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for UnarchiveProjectBuilder<'a>
impl<'a> Send for UnarchiveProjectBuilder<'a>
impl<'a> Sync for UnarchiveProjectBuilder<'a>
impl<'a> Unpin for UnarchiveProjectBuilder<'a>
impl<'a> UnwindSafe for UnarchiveProjectBuilder<'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