pub struct PullRequestThread;
Trait Implementations§
Source§impl HasField<__typename> for PullRequestThread
impl HasField<__typename> for PullRequestThread
Source§impl HasField<comments> for PullRequestThread
impl HasField<comments> for PullRequestThread
Source§type Type = PullRequestReviewCommentConnection
type Type = PullRequestReviewCommentConnection
The schema marker type of this field.
Source§impl HasField<diffSide> for PullRequestThread
impl HasField<diffSide> for PullRequestThread
Source§impl HasField<id> for PullRequestThread
impl HasField<id> for PullRequestThread
Source§impl HasField<isCollapsed> for PullRequestThread
impl HasField<isCollapsed> for PullRequestThread
Source§impl HasField<isOutdated> for PullRequestThread
impl HasField<isOutdated> for PullRequestThread
Source§impl HasField<isResolved> for PullRequestThread
impl HasField<isResolved> for PullRequestThread
Source§impl HasField<line> for PullRequestThread
impl HasField<line> for PullRequestThread
Source§impl HasField<pullRequest> for PullRequestThread
impl HasField<pullRequest> for PullRequestThread
Source§type Type = PullRequest
type Type = PullRequest
The schema marker type of this field.
Source§impl HasField<repository> for PullRequestThread
impl HasField<repository> for PullRequestThread
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<resolvedBy> for PullRequestThread
impl HasField<resolvedBy> for PullRequestThread
Source§impl HasField<startDiffSide> for PullRequestThread
impl HasField<startDiffSide> for PullRequestThread
Source§impl HasField<startLine> for PullRequestThread
impl HasField<startLine> for PullRequestThread
Source§impl HasField<viewerCanReply> for PullRequestThread
impl HasField<viewerCanReply> for PullRequestThread
Source§impl HasField<viewerCanResolve> for PullRequestThread
impl HasField<viewerCanResolve> for PullRequestThread
Source§impl NamedType for PullRequestThread
impl NamedType for PullRequestThread
impl HasSubtype<PullRequestThread> for Node
Auto Trait Implementations§
impl Freeze for PullRequestThread
impl RefUnwindSafe for PullRequestThread
impl Send for PullRequestThread
impl Sync for PullRequestThread
impl Unpin for PullRequestThread
impl UnwindSafe for PullRequestThread
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