Struct hubcaps::pulls::FileDiff [] [src]

pub struct FileDiff {
    pub sha: Option<String>,
    pub filename: String,
    pub status: String,
    pub additions: u64,
    pub deletions: u64,
    pub changes: u64,
    pub blob_url: String,
    pub raw_url: String,
    pub contents_url: String,
    pub patch: Option<String>,
}

Fields

patch is typically None for binary files

Trait Implementations

impl Debug for FileDiff
[src]

[src]

Formats the value using the given formatter.