Struct redmine_api::api::versions::DeleteVersion
source · [−]pub struct DeleteVersion { /* private fields */ }
Expand description
The endpoint to delete a version in a Redmine project
Implementations
Create a builder for the endpoint.
Trait Implementations
Query parameters for the endpoint.
Auto Trait Implementations
impl RefUnwindSafe for DeleteVersion
impl Send for DeleteVersion
impl Sync for DeleteVersion
impl Unpin for DeleteVersion
impl UnwindSafe for DeleteVersion
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