Struct hubcaps::gists::Content[][src]

pub struct Content {
    pub filename: Option<String>,
    pub content: String,
}

Fields

Methods

impl Content
[src]

Trait Implementations

impl Debug for Content
[src]

Formats the value using the given formatter. Read more

impl Clone for Content
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Content

impl Sync for Content