pub struct ReviewComment {
Show 14 fields pub id: u64, pub url: String, pub diff_hunk: String, pub path: String, pub position: u64, pub original_position: u64, pub commit_id: String, pub original_commit_id: String, pub user: User, pub body: String, pub created_at: String, pub updated_at: String, pub html_url: String, pub pull_request_url: String,
}

Fields

id: u64url: Stringdiff_hunk: Stringpath: Stringposition: u64original_position: u64commit_id: Stringoriginal_commit_id: Stringuser: Userbody: Stringcreated_at: Stringupdated_at: Stringhtml_url: Stringpull_request_url: String

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.