Struct hubcaps::git::TreeData [] [src]

pub struct TreeData {
    pub sha: String,
    pub url: String,
    pub tree: Vec<GitFile>,
    pub truncated: bool,
}

Fields

Trait Implementations

impl Debug for TreeData
[src]

[src]

Formats the value using the given formatter.