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