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

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

Provides access to label operations available for an individual issue

Methods

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

add a set of labels to this issue ref

remove a label from this issue

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

remove all labels from an issue

Auto Trait Implementations

impl<C> !Send for IssueLabels<C>

impl<C> !Sync for IssueLabels<C>