Struct hipchat_client::message::Message
[−]
[src]
pub struct Message {
pub id: String,
pub date: String,
pub from: Option<UserDetail>,
pub message: String,
pub message_format: Option<MessageFormat>,
pub message_type: MessageType,
pub color: Option<Color>,
pub mentions: Vec<String>,
pub file: Option<MessageFile>,
}Fields
id: String
date: String
from: Option<UserDetail>
message: String
message_format: Option<MessageFormat>
message_type: MessageType
color: Option<Color>
mentions: Vec<String>
file: Option<MessageFile>
Trait Implementations
impl Debug for Message[src]
impl Clone for Message[src]
fn clone(&self) -> Message
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Hash for Message[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