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