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