Struct hubcaps::issues::IssueLabels

source ·
pub struct IssueLabels<C: Clone + Connect + 'static> { /* private fields */ }
Expand description

Provides access to label operations available for an individual issue

Implementations

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

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.