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