Struct hubcaps::rep::GistFork [] [src]

pub struct GistFork {
    pub user: User,
    pub url: String,
    pub id: String,
    pub created_at: String,
    pub updated_at: String,
}

Fields

Trait Implementations

impl Debug for GistFork
[src]

Formats the value using the given formatter.