issues_slash_remove_all_labels

Function issues_slash_remove_all_labels 

Source
pub async fn issues_slash_remove_all_labels(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    issue_number: i32,
) -> Result<(), Error<IssuesSlashRemoveAllLabelsError>>
Expand description

Removes all labels from an issue.