Struct hubcaps::git::Blob [] [src]

pub struct Blob {
    pub content: String,
    pub encoding: String,
    pub url: String,
    pub sha: String,
    pub size: Option<usize>,
}

Fields

sizes will be None for directories

Trait Implementations

impl Debug for Blob
[src]

[src]

Formats the value using the given formatter.