Struct hubcaps::git::GitFile [] [src]

pub struct GitFile {
    pub path: String,
    pub mode: String,
    pub content_type: String,
    pub size: Option<usize>,
    pub sha: String,
    pub url: Option<String>,
}

Fields

typically tree or blob

size will be None for directories

url will be None for commits

Trait Implementations

impl Debug for GitFile
[src]

[src]

Formats the value using the given formatter.