Struct gitlab::api::projects::milestones::CreateProjectMilestone [−][src]
pub struct CreateProjectMilestone<'a> { /* fields omitted */ }Expand description
Create a new milestone on a project.
Implementations
Create a builder for the endpoint.
Trait Implementations
The body for the endpoint. Read more
Query parameters for the endpoint.
Auto Trait Implementations
impl<'a> RefUnwindSafe for CreateProjectMilestone<'a>impl<'a> Send for CreateProjectMilestone<'a>impl<'a> Sync for CreateProjectMilestone<'a>impl<'a> Unpin for CreateProjectMilestone<'a>impl<'a> UnwindSafe for CreateProjectMilestone<'a>