Struct hipchat_client::room::RoomUpdate [] [src]

pub struct RoomUpdate {
    pub name: Option<String>,
    pub privacy: Option<Privacy>,
    pub is_archived: Option<bool>,
    pub is_guest_accessible: Option<bool>,
    pub topic: Option<String>,
    pub owner: Option<RoomUpdateOwner>,
}

Fields

Trait Implementations

impl Debug for RoomUpdate
[src]

Formats the value using the given formatter.

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

impl PartialEq for RoomUpdate
[src]

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

This method tests for !=.