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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Branch

impl Sync for Branch