pub struct IssueLabels { /* private fields */ }Expand description
Provides access to label operations available for an individual issue
Implementations§
Source§impl IssueLabels
impl IssueLabels
Sourcepub fn add(&self, labels: Vec<&str>) -> Future<Vec<Label>>
pub fn add(&self, labels: Vec<&str>) -> Future<Vec<Label>>
add a set of labels to this issue ref
Auto Trait Implementations§
impl Freeze for IssueLabels
impl !RefUnwindSafe for IssueLabels
impl Send for IssueLabels
impl Sync for IssueLabels
impl Unpin for IssueLabels
impl !UnwindSafe for IssueLabels
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more