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
path: String
mode: String
content_type: String
typically tree or blob
size: Option<usize>
size will be None for directories
sha: String
url: Option<String>
url will be None for commits