Struct github_api::types::UrlAndSha[][src]

pub struct UrlAndSha {
    pub url: String,
    pub sha: String,
}

Fields

Trait Implementations

impl Debug for UrlAndSha
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UrlAndSha

impl Sync for UrlAndSha