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