Struct hipchat_client::emoticon::Emoticon [] [src]

pub struct Emoticon {
    pub width: u64,
    pub audio_path: Option<String>,
    pub id: u64,
    pub shortcut: String,
    pub height: String,
}

Fields

Trait Implementations

impl Debug for Emoticon
[src]

Formats the value using the given formatter.

impl Clone for Emoticon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Emoticon
[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 Emoticon
[src]

impl PartialEq for Emoticon
[src]

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

This method tests for !=.