Struct octorust::types::IssueComment[][src]

pub struct IssueComment {
Show 14 fields pub author_association: AuthorAssociation, pub body: String, pub body_html: String, pub body_text: String, pub created_at: Option<DateTime<Utc>>, pub html_url: Option<Url>, pub id: i64, pub issue_url: Option<Url>, pub node_id: String, pub performed_via_github_app: Option<GitHubApp>, pub reactions: Option<ReactionRollup>, pub updated_at: Option<DateTime<Utc>>, pub url: Option<Url>, pub user: Option<SimpleUser>,
}
Expand description

Comments provide a way for people to collaborate on an issue.

Fields

author_association: AuthorAssociation

How the author is associated with the repository.

body: Stringbody_html: Stringbody_text: Stringcreated_at: Option<DateTime<Utc>>html_url: Option<Url>id: i64issue_url: Option<Url>node_id: Stringperformed_via_github_app: Option<GitHubApp>reactions: Option<ReactionRollup>

Comments provide a way for people to collaborate on an issue.

updated_at: Option<DateTime<Utc>>url: Option<Url>user: Option<SimpleUser>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.