Struct hipchat_client::room::RoomDetail
[−]
[src]
pub struct RoomDetail { pub xmpp_jid: String, pub statistics: RoomDetailStatistics, pub name: String, pub links: RoomDetailLinks, pub created: String, pub is_archived: bool, pub privacy: Privacy, pub is_guest_accessible: bool, pub topic: String, pub avatar_url: Option<String>, pub id: u64, pub guest_access_url: Option<String>, }
Fields
xmpp_jid: String
statistics: RoomDetailStatistics
name: String
links: RoomDetailLinks
created: String
is_archived: bool
privacy: Privacy
is_guest_accessible: bool
topic: String
avatar_url: Option<String>
id: u64
guest_access_url: Option<String>
Trait Implementations
impl Debug for RoomDetail
[src]
impl Hash for RoomDetail
[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
impl Eq for RoomDetail
[src]
impl PartialEq for RoomDetail
[src]
fn eq(&self, __arg_0: &RoomDetail) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RoomDetail) -> bool
This method tests for !=
.