Struct github_rs::github::Blob [] [src]

pub struct Blob {
    pub content: String,
    pub encoding: String,
    pub url: String,
    pub sha: String,
    pub size: u64,
}

Fields

Trait Implementations

impl Debug for Blob
[src]

Formats the value using the given formatter.

impl PartialEq for Blob
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.