Struct hubcaps::comments::Comment [] [src]

pub struct Comment {
    pub id: u64,
    pub url: String,
    pub html_url: String,
    pub body: String,
    pub user: User,
    pub created_at: String,
    pub updated_at: String,
}

Fields

Trait Implementations

impl Debug for Comment
[src]

[src]

Formats the value using the given formatter.