Struct hubcaps::issues::IssueLabels [] [src]

pub struct IssueLabels<C: Clone + Connect> { /* fields omitted */ }

Provides access to label operations available for an individual issues

Methods

impl<C: Clone + Connect> IssueLabels<C>
[src]

[src]

add a set of labels to this issue ref

[src]

remove a label from this issue

[src]

replace all labels associated with this issue with a new set. providing an empty set of labels is the same as clearing the current labels

[src]

remove all labels from an issue