Struct octorust::types::CommitSearchResultItem [−][src]
pub struct CommitSearchResultItem {
pub author: CommitSearchResultItemAuthor,
pub comment_count: i64,
pub committer: GitUser,
pub message: String,
pub tree: Tree,
pub url: String,
pub verification: Option<Verification>,
}Fields
comment_count: i64committer: GitUserMetaproperties for Git author/committer information.
message: Stringtree: Treeurl: Stringverification: Option<Verification>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 CommitSearchResultItemimpl Send for CommitSearchResultItemimpl Sync for CommitSearchResultItemimpl Unpin for CommitSearchResultItemimpl UnwindSafe for CommitSearchResultItemBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more