Struct hubcaps::branches::RequiredPullRequestReviews[][src]

pub struct RequiredPullRequestReviews {
    pub dismissal_restrictions: Restrictions,
    pub dismiss_stale_reviews: bool,
    pub require_code_owner_reviews: bool,
}

Fields

Trait Implementations

impl Debug for RequiredPullRequestReviews
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations