Struct gitlab::api::projects::repository::branches::Branch [−][src]
pub struct Branch<'a> { /* fields omitted */ }
Expand description
Query for a specific branch in a project.
Implementations
Create a builder for the endpoint.
Trait Implementations
Query parameters for the endpoint.
Auto Trait Implementations
impl<'a> RefUnwindSafe for Branch<'a>
impl<'a> UnwindSafe for Branch<'a>