Struct hipchat_client::room::RoomUpdateOwner [] [src]

pub struct RoomUpdateOwner {
    pub id: Option<String>,
}

Fields

Trait Implementations

impl Debug for RoomUpdateOwner
[src]

Formats the value using the given formatter.

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

impl PartialEq for RoomUpdateOwner
[src]

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

This method tests for !=.