Struct hubcaps::pull_commits::CommitRef[][src]

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

Representation of a reference to a commit

Fields

Trait Implementations

impl Debug for CommitRef
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CommitRef

impl Sync for CommitRef