Struct octx::commits::CommitRec[][src]

pub struct CommitRec {
Show 13 fields pub sha: Option<String>, pub node_id: Option<String>, pub url: Option<String>, pub html_url: Option<String>, pub comments_url: Option<String>, pub author_id: Option<i64>, pub committer_id: Option<i64>, pub parents: String, pub message: Option<String>, pub authorized_at: Option<DateTime<Utc>>, pub committed_at: Option<DateTime<Utc>>, pub comment_count: i32, pub sdc_repository: String,
}

Fields

sha: Option<String>node_id: Option<String>url: Option<String>html_url: Option<String>comments_url: Option<String>author_id: Option<i64>committer_id: Option<i64>parents: Stringmessage: Option<String>authorized_at: Option<DateTime<Utc>>committed_at: Option<DateTime<Utc>>comment_count: i32sdc_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.