Struct hipchat_client::room::Room
[−]
[src]
pub struct Room {
pub name: String,
pub id: u64,
pub links: RoomDetailLinks,
}Fields
name: String
id: u64
links: RoomDetailLinks
Trait Implementations
impl Debug for Room[src]
impl Hash for Room[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