Struct goji::Attachment[][src]

pub struct Attachment {
    pub id: String,
    pub self_link: String,
    pub filename: String,
    pub author: User,
    pub created: String,
    pub size: u64,
    pub mime_type: String,
    pub content: String,
    pub thumbnail: Option<String>,
}

Fields

Trait Implementations

impl Debug for Attachment
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Attachment

impl Sync for Attachment