Struct hubcaps::gists::Gist[][src]

pub struct Gist {
    pub url: String,
    pub forks_url: String,
    pub commits_url: String,
    pub id: String,
    pub description: Option<String>,
    pub public: bool,
    pub owner: Option<User>,
    pub user: Option<User>,
    pub files: HashMap<String, GistFile>,
    pub truncated: bool,
    pub comments: u64,
    pub comments_url: String,
    pub html_url: String,
    pub git_pull_url: String,
    pub git_push_url: String,
    pub created_at: String,
    pub updated_at: String,
}

Fields

Trait Implementations

impl Debug for Gist
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Gist

impl Sync for Gist