Struct hubcaps::branches::Protection [] [src]

pub struct Protection {
    pub required_status_checks: Option<StatusChecks>,
    pub enforce_admins: bool,
    pub required_pull_request_reviews: Option<RequiredPullRequestReviews>,
    pub restrictions: Option<Restrictions>,
}

Fields

Trait Implementations

impl Debug for Protection
[src]

[src]

Formats the value using the given formatter.