Struct gitlab::api::projects::labels::LabelBuilder [−][src]
pub struct LabelBuilder<'a> { /* fields omitted */ }
Expand description
Builder for Label
.
Implementations
The project to query for the label.
The ID or title of the label.
Include ancestor groups.
Defaults to true
.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for LabelBuilder<'a>
impl<'a> Send for LabelBuilder<'a>
impl<'a> Sync for LabelBuilder<'a>
impl<'a> Unpin for LabelBuilder<'a>
impl<'a> UnwindSafe for LabelBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more