Struct cargo_gist::GistFile [] [src]

pub struct GistFile {
    pub content: String,
}

Fields

Trait Implementations

impl Debug for GistFile
[src]

[src]

Formats the value using the given formatter.

impl From<String> for GistFile
[src]

[src]

Performs the conversion.