Struct octorust::types::CommitComment [−][src]
pub struct CommitComment {Show fields
pub author_association: AuthorAssociation,
pub body: String,
pub commit_id: String,
pub created_at: DateTime<Utc>,
pub html_url: String,
pub id: i64,
pub line: i64,
pub node_id: String,
pub path: String,
pub position: i64,
pub reactions: Option<ReactionRollup>,
pub updated_at: DateTime<Utc>,
pub url: String,
pub user: User,
}Expand description
Commit Comment
Fields
How the author is associated with the repository.
body: Stringcommit_id: Stringcreated_at: DateTime<Utc>html_url: Stringid: i64line: i64node_id: Stringpath: Stringposition: i64reactions: Option<ReactionRollup>Commit Comment
updated_at: DateTime<Utc>url: Stringuser: UserSimple User
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CommitCommentimpl Send for CommitCommentimpl Sync for CommitCommentimpl Unpin for CommitCommentimpl UnwindSafe for CommitCommentBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more