Struct hubcaps::git::TreeData
[−]
[src]
pub struct TreeData {
pub sha: String,
pub url: String,
pub tree: Vec<GitFile>,
pub truncated: bool,
}Fields
sha: String
url: String
tree: Vec<GitFile>
truncated: bool