Struct hubcaps::review_comments::ReviewComment [] [src]

pub struct ReviewComment {
    pub id: u64,
    pub url: String,
    pub diff_hunk: String,
    pub path: String,
    pub position: u64,
    pub original_position: u64,
    pub commit_id: String,
    pub original_commit_id: String,
    pub user: User,
    pub body: String,
    pub created_at: String,
    pub updated_at: String,
    pub html_url: String,
    pub pull_request_url: String,
}

Fields

Trait Implementations

impl Debug for ReviewComment
[src]

[src]

Formats the value using the given formatter.