Struct gitlab::api::projects::protected_branches::ProtectedBranch [−][src]
pub struct ProtectedBranch<'a> { /* fields omitted */ }
Query a protected branch of a project.
Implementations
impl<'a> ProtectedBranch<'a>
[src]
impl<'a> ProtectedBranch<'a>
[src]pub fn builder() -> ProtectedBranchBuilder<'a>
[src]
Create a builder for the endpoint.
Trait Implementations
impl<'a> Clone for ProtectedBranch<'a>
[src]
impl<'a> Clone for ProtectedBranch<'a>
[src]fn clone(&self) -> ProtectedBranch<'a>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for ProtectedBranch<'a>
impl<'a> RefUnwindSafe for ProtectedBranch<'a>
impl<'a> Send for ProtectedBranch<'a>
impl<'a> Send for ProtectedBranch<'a>
impl<'a> Sync for ProtectedBranch<'a>
impl<'a> Sync for ProtectedBranch<'a>
impl<'a> Unpin for ProtectedBranch<'a>
impl<'a> Unpin for ProtectedBranch<'a>
impl<'a> UnwindSafe for ProtectedBranch<'a>
impl<'a> UnwindSafe for ProtectedBranch<'a>
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]