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