Struct hubcaps::rep::Content [] [src]

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

Fields

Methods

impl Content
[src]

Trait Implementations

impl Clone for Content
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Content
[src]

Formats the value using the given formatter.