Struct hubcaps::branches::StatusChecks[][src]

pub struct StatusChecks {
    pub strict: bool,
    pub contexts: Vec<String>,
}

Fields

Trait Implementations

impl Debug for StatusChecks
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations