Struct gitlab::api::projects::repository::branches::CreateBranchBuilder [−][src]
pub struct CreateBranchBuilder<'a> { /* fields omitted */ }
Expand description
Builder for CreateBranch
.
Implementations
The project to create a branch on.
The name of the new branch.
The ref to create the branch from.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for CreateBranchBuilder<'a>
impl<'a> Send for CreateBranchBuilder<'a>
impl<'a> Sync for CreateBranchBuilder<'a>
impl<'a> Unpin for CreateBranchBuilder<'a>
impl<'a> UnwindSafe for CreateBranchBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more