Struct gitlab::api::projects::repository::branches::CreateBranch [−][src]
pub struct CreateBranch<'a> { /* fields omitted */ }Expand description
Create a branch 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 CreateBranch<'a>impl<'a> Send for CreateBranch<'a>impl<'a> Sync for CreateBranch<'a>impl<'a> Unpin for CreateBranch<'a>impl<'a> UnwindSafe for CreateBranch<'a>