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

pub struct Branch {
    pub name: String,
    pub protected: Option<bool>,
    pub protection_url: Option<String>,
}

Fields

Trait Implementations

impl Debug for Branch
[src]

[src]

Formats the value using the given formatter.