pub struct Commit;
Trait Implementations§
Source§impl HasField<__typename> for Commit
impl HasField<__typename> for Commit
Source§impl HasField<abbreviatedOid> for Commit
impl HasField<abbreviatedOid> for Commit
Source§impl HasField<associatedPullRequests> for Commit
impl HasField<associatedPullRequests> for Commit
Source§type Type = Option<PullRequestConnection>
type Type = Option<PullRequestConnection>
The schema marker type of this field.
Source§type Type = GitActorConnection
type Type = GitActorConnection
The schema marker type of this field.
Source§impl HasField<changedFiles> for Commit
impl HasField<changedFiles> for Commit
Source§impl HasField<changedFilesIfAvailable> for Commit
impl HasField<changedFilesIfAvailable> for Commit
Source§impl HasField<checkSuites> for Commit
impl HasField<checkSuites> for Commit
Source§type Type = Option<CheckSuiteConnection>
type Type = Option<CheckSuiteConnection>
The schema marker type of this field.
Source§impl HasField<comments> for Commit
impl HasField<comments> for Commit
Source§type Type = CommitCommentConnection
type Type = CommitCommentConnection
The schema marker type of this field.
Source§impl HasField<commitResourcePath> for Commit
impl HasField<commitResourcePath> for Commit
Source§impl HasField<committedDate> for Commit
impl HasField<committedDate> for Commit
Source§impl HasField<committedViaWeb> for Commit
impl HasField<committedViaWeb> for Commit
Source§impl HasField<deployments> for Commit
impl HasField<deployments> for Commit
Source§type Type = Option<DeploymentConnection>
type Type = Option<DeploymentConnection>
The schema marker type of this field.
Source§impl HasField<history> for Commit
impl HasField<history> for Commit
Source§type Type = CommitHistoryConnection
type Type = CommitHistoryConnection
The schema marker type of this field.
Source§impl HasField<messageBody> for Commit
impl HasField<messageBody> for Commit
Source§impl HasField<messageBodyHTML> for Commit
impl HasField<messageBodyHTML> for Commit
Source§impl HasField<messageHeadline> for Commit
impl HasField<messageHeadline> for Commit
Source§impl HasField<messageHeadlineHTML> for Commit
impl HasField<messageHeadlineHTML> for Commit
Source§impl HasField<oid> for Commit
impl HasField<oid> for Commit
Source§type Type = GitObjectID
type Type = GitObjectID
The schema marker type of this field.
Source§impl HasField<onBehalfOf> for Commit
impl HasField<onBehalfOf> for Commit
Source§type Type = Option<Organization>
type Type = Option<Organization>
The schema marker type of this field.
Source§impl HasField<parents> for Commit
impl HasField<parents> for Commit
Source§type Type = CommitConnection
type Type = CommitConnection
The schema marker type of this field.
Source§impl HasField<pushedDate> for Commit
impl HasField<pushedDate> for Commit
Source§impl HasField<repository> for Commit
impl HasField<repository> for Commit
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<resourcePath> for Commit
impl HasField<resourcePath> for Commit
Source§impl HasField<signature> for Commit
impl HasField<signature> for Commit
Source§type Type = Option<GitSignature>
type Type = Option<GitSignature>
The schema marker type of this field.
Source§impl HasField<statusCheckRollup> for Commit
impl HasField<statusCheckRollup> for Commit
Source§type Type = Option<StatusCheckRollup>
type Type = Option<StatusCheckRollup>
The schema marker type of this field.
Source§impl HasField<submodules> for Commit
impl HasField<submodules> for Commit
Source§type Type = SubmoduleConnection
type Type = SubmoduleConnection
The schema marker type of this field.
Source§impl HasField<tarballUrl> for Commit
impl HasField<tarballUrl> for Commit
Source§impl HasField<treeResourcePath> for Commit
impl HasField<treeResourcePath> for Commit
Source§impl HasField<viewerCanSubscribe> for Commit
impl HasField<viewerCanSubscribe> for Commit
Source§impl HasField<viewerSubscription> for Commit
impl HasField<viewerSubscription> for Commit
Source§type Type = Option<SubscriptionState>
type Type = Option<SubscriptionState>
The schema marker type of this field.
Source§impl HasField<zipballUrl> for Commit
impl HasField<zipballUrl> for Commit
impl HasSubtype<Commit> for Closer
impl HasSubtype<Commit> for GitObject
impl HasSubtype<Commit> for IssueTimelineItem
impl HasSubtype<Commit> for Node
impl HasSubtype<Commit> for PullRequestTimelineItem
impl HasSubtype<Commit> for Subscribable
impl HasSubtype<Commit> for UniformResourceLocatable
Auto Trait Implementations§
impl Freeze for Commit
impl RefUnwindSafe for Commit
impl Send for Commit
impl Sync for Commit
impl Unpin for Commit
impl UnwindSafe for Commit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more