Struct octx::events::EventRec[][src]

pub struct EventRec {
Show 17 fields pub id: Option<i64>, pub node_id: Option<String>, pub url: Option<String>, pub actor_id: Option<i64>, pub assignee_id: Option<i64>, pub assigner_id: Option<i64>, pub review_requester_id: Option<i64>, pub requested_reviewer_id: Option<i64>, pub label: Option<String>, pub milestone_title: Option<String>, pub project_card_url: Option<Url>, pub event: Option<String>, pub commit_id: Option<String>, pub commit_url: Option<Url>, pub created_at: DateTime<Utc>, pub issue_id: i64, pub sdc_repository: String,
}

Fields

id: Option<i64>node_id: Option<String>url: Option<String>actor_id: Option<i64>assignee_id: Option<i64>assigner_id: Option<i64>review_requester_id: Option<i64>requested_reviewer_id: Option<i64>label: Option<String>milestone_title: Option<String>project_card_url: Option<Url>event: Option<String>commit_id: Option<String>commit_url: Option<Url>created_at: DateTime<Utc>issue_id: i64sdc_repository: String

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

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

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.