Struct rraw::responses::comments::Comment[][src]

pub struct Comment {
Show fields pub link_id: Option<String>, pub likes: Option<bool>, pub id: Option<String>, pub author: Option<String>, pub created_utc: Option<f64>, pub parent_id: Option<String>, pub score: Option<i32>, pub author_fullname: Option<String>, pub subreddit_id: Option<String>, pub body: Option<String>, pub link_title: Option<String>, pub name: Option<String>, pub downs: Option<i32>, pub body_html: Option<String>, pub distinguished: Option<String>, pub stickied: Option<bool>, pub ups: Option<i32>,
}

Fields

link_id: Option<String>likes: Option<bool>id: Option<String>author: Option<String>created_utc: Option<f64>parent_id: Option<String>score: Option<i32>author_fullname: Option<String>subreddit_id: Option<String>body: Option<String>link_title: Option<String>name: Option<String>downs: Option<i32>body_html: Option<String>distinguished: Option<String>stickied: Option<bool>ups: Option<i32>

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.