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 state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.