Struct mammut::entities::attachment::Attachment [] [src]

pub struct Attachment {
    pub id: u64,
    pub media_type: MediaType,
    pub url: String,
    pub remote_url: String,
    pub preview_url: String,
    pub text_url: String,
}

Fields

Trait Implementations

impl Debug for Attachment
[src]

Formats the value using the given formatter.

impl Clone for Attachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more