Struct rraw::responses::message::Message[][src]

pub struct Message {
Show fields pub associated_awarding_id: Option<Value>, pub author: Option<String>, pub author_fullname: Option<Value>, pub body: Option<String>, pub body_html: Option<String>, pub context: Option<String>, pub created: Option<f64>, pub created_utc: Option<f64>, pub dest: Option<String>, pub distinguished: Option<String>, pub first_message: Option<Value>, pub first_message_name: Option<Value>, pub id: Option<String>, pub likes: Option<Value>, pub name: Option<String>, pub new: Option<bool>, pub num_comments: Option<Value>, pub parent_id: Option<Value>, pub replies: Option<String>, pub score: Option<i64>, pub subject: Option<String>, pub subreddit: Option<Value>, pub subreddit_name_prefixed: Option<Value>, pub type_: Option<String>, pub was_comment: Option<bool>,
}

Fields

associated_awarding_id: Option<Value>author: Option<String>author_fullname: Option<Value>body: Option<String>body_html: Option<String>context: Option<String>created: Option<f64>created_utc: Option<f64>dest: Option<String>distinguished: Option<String>first_message: Option<Value>first_message_name: Option<Value>id: Option<String>likes: Option<Value>name: Option<String>new: Option<bool>num_comments: Option<Value>parent_id: Option<Value>replies: Option<String>score: Option<i64>subject: Option<String>subreddit: Option<Value>subreddit_name_prefixed: Option<Value>type_: Option<String>was_comment: Option<bool>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.