pub struct PullRequestCommitCommentThread;
Trait Implementations§
Source§impl HasField<comments> for PullRequestCommitCommentThread
impl HasField<comments> for PullRequestCommitCommentThread
Source§type Type = CommitCommentConnection
type Type = CommitCommentConnection
The schema marker type of this field.
Source§impl HasField<id> for PullRequestCommitCommentThread
impl HasField<id> for PullRequestCommitCommentThread
Source§impl HasField<pullRequest> for PullRequestCommitCommentThread
impl HasField<pullRequest> for PullRequestCommitCommentThread
Source§type Type = PullRequest
type Type = PullRequest
The schema marker type of this field.
Source§impl HasField<repository> for PullRequestCommitCommentThread
impl HasField<repository> for PullRequestCommitCommentThread
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
impl HasSubtype<PullRequestCommitCommentThread> for Node
impl HasSubtype<PullRequestCommitCommentThread> for PullRequestTimelineItems
impl HasSubtype<PullRequestCommitCommentThread> for RepositoryNode
Auto Trait Implementations§
impl Freeze for PullRequestCommitCommentThread
impl RefUnwindSafe for PullRequestCommitCommentThread
impl Send for PullRequestCommitCommentThread
impl Sync for PullRequestCommitCommentThread
impl Unpin for PullRequestCommitCommentThread
impl UnwindSafe for PullRequestCommitCommentThread
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