Function repo_list_branch_protection

Source
pub async fn repo_list_branch_protection(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
) -> Result<Vec<BranchProtection>, Error<RepoListBranchProtectionError>>