Struct cargo_gist::GistResponse [] [src]

pub struct GistResponse {
    pub html_url: String,
}

Fields

Trait Implementations

impl Debug for GistResponse
[src]

[src]

Formats the value using the given formatter.

impl Default for GistResponse
[src]

[src]

Returns the "default value" for a type. Read more