Struct cargo_gist::Gist [] [src]

pub struct Gist<'a> {
    pub description: &'a str,
    pub public: bool,
    pub files: HashMap<&'a str, GistFile>,
}

Fields

Methods

impl<'a> Gist<'a>
[src]

[src]

Trait Implementations

impl<'a> Debug for Gist<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Default for Gist<'a>
[src]

[src]

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