pub struct CommitCommentThread;
Trait Implementations§
Source§impl HasField<__typename> for CommitCommentThread
impl HasField<__typename> for CommitCommentThread
Source§impl HasField<comments> for CommitCommentThread
impl HasField<comments> for CommitCommentThread
Source§type Type = CommitCommentConnection
type Type = CommitCommentConnection
The schema marker type of this field.
Source§impl HasField<commit> for CommitCommentThread
impl HasField<commit> for CommitCommentThread
Source§impl HasField<id> for CommitCommentThread
impl HasField<id> for CommitCommentThread
Source§impl HasField<path> for CommitCommentThread
impl HasField<path> for CommitCommentThread
Source§impl HasField<position> for CommitCommentThread
impl HasField<position> for CommitCommentThread
Source§impl HasField<repository> for CommitCommentThread
impl HasField<repository> for CommitCommentThread
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl NamedType for CommitCommentThread
impl NamedType for CommitCommentThread
impl HasSubtype<CommitCommentThread> for Node
impl HasSubtype<CommitCommentThread> for PullRequestTimelineItem
impl HasSubtype<CommitCommentThread> for RepositoryNode
Auto Trait Implementations§
impl Freeze for CommitCommentThread
impl RefUnwindSafe for CommitCommentThread
impl Send for CommitCommentThread
impl Sync for CommitCommentThread
impl Unpin for CommitCommentThread
impl UnwindSafe for CommitCommentThread
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