pub struct CommitComment;
Trait Implementations§
Source§impl HasField<__typename> for CommitComment
impl HasField<__typename> for CommitComment
Source§type Type = CommentAuthorAssociation
type Type = CommentAuthorAssociation
The schema marker type of this field.
Source§impl HasField<body> for CommitComment
impl HasField<body> for CommitComment
Source§impl HasField<bodyHTML> for CommitComment
impl HasField<bodyHTML> for CommitComment
Source§impl HasField<bodyText> for CommitComment
impl HasField<bodyText> for CommitComment
Source§impl HasField<commit> for CommitComment
impl HasField<commit> for CommitComment
Source§impl HasField<createdAt> for CommitComment
impl HasField<createdAt> for CommitComment
Source§impl HasField<createdViaEmail> for CommitComment
impl HasField<createdViaEmail> for CommitComment
Source§impl HasField<databaseId> for CommitComment
impl HasField<databaseId> for CommitComment
Source§impl HasField<editor> for CommitComment
impl HasField<editor> for CommitComment
Source§impl HasField<id> for CommitComment
impl HasField<id> for CommitComment
Source§impl HasField<includesCreatedEdit> for CommitComment
impl HasField<includesCreatedEdit> for CommitComment
Source§impl HasField<isMinimized> for CommitComment
impl HasField<isMinimized> for CommitComment
Source§impl HasField<lastEditedAt> for CommitComment
impl HasField<lastEditedAt> for CommitComment
Source§impl HasField<minimizedReason> for CommitComment
impl HasField<minimizedReason> for CommitComment
Source§impl HasField<path> for CommitComment
impl HasField<path> for CommitComment
Source§impl HasField<position> for CommitComment
impl HasField<position> for CommitComment
Source§impl HasField<publishedAt> for CommitComment
impl HasField<publishedAt> for CommitComment
Source§impl HasField<reactionGroups> for CommitComment
impl HasField<reactionGroups> for CommitComment
Source§impl HasField<reactions> for CommitComment
impl HasField<reactions> for CommitComment
Source§type Type = ReactionConnection
type Type = ReactionConnection
The schema marker type of this field.
Source§impl HasField<repository> for CommitComment
impl HasField<repository> for CommitComment
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<resourcePath> for CommitComment
impl HasField<resourcePath> for CommitComment
Source§impl HasField<updatedAt> for CommitComment
impl HasField<updatedAt> for CommitComment
Source§impl HasField<url> for CommitComment
impl HasField<url> for CommitComment
Source§impl HasField<userContentEdits> for CommitComment
impl HasField<userContentEdits> for CommitComment
Source§type Type = Option<UserContentEditConnection>
type Type = Option<UserContentEditConnection>
The schema marker type of this field.
Source§impl HasField<viewerCanDelete> for CommitComment
impl HasField<viewerCanDelete> for CommitComment
Source§impl HasField<viewerCanMinimize> for CommitComment
impl HasField<viewerCanMinimize> for CommitComment
Source§impl HasField<viewerCanReact> for CommitComment
impl HasField<viewerCanReact> for CommitComment
Source§impl HasField<viewerCanUpdate> for CommitComment
impl HasField<viewerCanUpdate> for CommitComment
Source§impl HasField<viewerCannotUpdateReasons> for CommitComment
impl HasField<viewerCannotUpdateReasons> for CommitComment
Source§type Type = Vec<CommentCannotUpdateReason>
type Type = Vec<CommentCannotUpdateReason>
The schema marker type of this field.
Source§impl HasField<viewerDidAuthor> for CommitComment
impl HasField<viewerDidAuthor> for CommitComment
Source§impl NamedType for CommitComment
impl NamedType for CommitComment
impl HasSubtype<CommitComment> for Comment
impl HasSubtype<CommitComment> for Deletable
impl HasSubtype<CommitComment> for Minimizable
impl HasSubtype<CommitComment> for Node
impl HasSubtype<CommitComment> for Reactable
impl HasSubtype<CommitComment> for RepositoryNode
impl HasSubtype<CommitComment> for Updatable
impl HasSubtype<CommitComment> for UpdatableComment
Auto Trait Implementations§
impl Freeze for CommitComment
impl RefUnwindSafe for CommitComment
impl Send for CommitComment
impl Sync for CommitComment
impl Unpin for CommitComment
impl UnwindSafe for CommitComment
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