Struct github_rs::github::Ref [] [src]

pub struct Ref {
    pub ref_: String,
    pub url: String,
    pub object: Object,
}

Fields

Trait Implementations

impl Debug for Ref
[src]

Formats the value using the given formatter.

impl PartialEq for Ref
[src]

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

This method tests for !=.