Struct hipchat_client::message::MessageFile [] [src]

pub struct MessageFile {
    pub url: String,
    pub thumb_url: Option<String>,
    pub name: String,
    pub size: u64,
}

Fields

Trait Implementations

impl Debug for MessageFile
[src]

Formats the value using the given formatter.

impl Clone for MessageFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for MessageFile
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for MessageFile
[src]

impl PartialEq for MessageFile
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Decodable for MessageFile
[src]

Deserialize a value using a Decoder.