Struct hubcaps::gists::GistFile [] [src]

pub struct GistFile {
    pub size: u64,
    pub raw_url: String,
    pub content: Option<String>,
    pub content_type: String,
    pub truncated: Option<bool>,
    pub language: Option<String>,
}

Fields

Trait Implementations

impl Debug for GistFile
[src]

[src]

Formats the value using the given formatter.