Struct github_api::types::Diff[][src]

pub struct Diff {
    pub url: String,
    pub html_url: String,
    pub permalink_url: String,
    pub diff_url: String,
    pub patch_url: String,
    pub base_commit: Commit,
    pub merge_base_commit: Commit,
    pub status: String,
    pub ahead_by: u32,
    pub behind_by: u32,
    pub total_commits: u32,
    pub commits: Vec<Commit>,
    pub files: Vec<File>,
}

Fields

Trait Implementations

impl Debug for Diff
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Diff

impl Sync for Diff