Struct gitlab::api::groups::milestones::CreateGroupMilestone [−][src]
pub struct CreateGroupMilestone<'a> { /* fields omitted */ }
Expand description
Create a new milestone on a group.
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 CreateGroupMilestone<'a>
impl<'a> Send for CreateGroupMilestone<'a>
impl<'a> Sync for CreateGroupMilestone<'a>
impl<'a> Unpin for CreateGroupMilestone<'a>
impl<'a> UnwindSafe for CreateGroupMilestone<'a>