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]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Blob

impl Sync for Blob