Struct hubcaps::branches::Branch [] [src]

pub struct Branch {
    pub name: String,
    pub protected: bool,
    pub protection_url: String,
    pub protection: Protection,
}

Fields

Trait Implementations

impl Debug for Branch
[src]

Formats the value using the given formatter.