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
width: u64
audio_path: Option<String>
id: u64
shortcut: String
height: String
Trait Implementations
impl Debug for Emoticon[src]
impl Clone for Emoticon[src]
fn clone(&self) -> Emoticon
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Hash for Emoticon[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more