Struct github_api::types::Contents[][src]

pub struct Contents {
    pub encoding: String,
    pub size: u32,
    pub name: String,
    pub path: String,
    pub content: String,
    pub sha: String,
    pub url: String,
    pub git_url: String,
    pub html_url: String,
    pub download_url: String,
}

Fields

Trait Implementations

impl Debug for Contents
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Contents

impl Sync for Contents