pub struct Comment;Trait Implementations§
Source§impl HasField<__typename> for Comment
impl HasField<__typename> for Comment
Source§impl HasField<agentSession> for Comment
impl HasField<agentSession> for Comment
Source§type Type = Option<AgentSession>
type Type = Option<AgentSession>
The schema marker type of this field.
Source§impl HasField<agentSessions> for Comment
impl HasField<agentSessions> for Comment
Source§type Type = AgentSessionConnection
type Type = AgentSessionConnection
The schema marker type of this field.
Source§impl HasField<archivedAt> for Comment
impl HasField<archivedAt> for Comment
Source§impl HasField<children> for Comment
impl HasField<children> for Comment
Source§type Type = CommentConnection
type Type = CommentConnection
The schema marker type of this field.
Source§impl HasField<createdIssues> for Comment
impl HasField<createdIssues> for Comment
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<documentContent> for Comment
impl HasField<documentContent> for Comment
Source§type Type = Option<DocumentContent>
type Type = Option<DocumentContent>
The schema marker type of this field.
Source§impl HasField<documentContentId> for Comment
impl HasField<documentContentId> for Comment
Source§impl HasField<externalThread> for Comment
impl HasField<externalThread> for Comment
Source§type Type = Option<SyncedExternalThread>
type Type = Option<SyncedExternalThread>
The schema marker type of this field.
Source§impl HasField<externalUser> for Comment
impl HasField<externalUser> for Comment
Source§type Type = Option<ExternalUser>
type Type = Option<ExternalUser>
The schema marker type of this field.
Source§impl HasField<initiativeUpdate> for Comment
impl HasField<initiativeUpdate> for Comment
Source§type Type = Option<InitiativeUpdate>
type Type = Option<InitiativeUpdate>
The schema marker type of this field.
Source§impl HasField<initiativeUpdateId> for Comment
impl HasField<initiativeUpdateId> for Comment
Source§impl HasField<projectUpdate> for Comment
impl HasField<projectUpdate> for Comment
Source§type Type = Option<ProjectUpdate>
type Type = Option<ProjectUpdate>
The schema marker type of this field.
Source§impl HasField<projectUpdateId> for Comment
impl HasField<projectUpdateId> for Comment
Source§impl HasField<quotedText> for Comment
impl HasField<quotedText> for Comment
Source§impl HasField<reactionData> for Comment
impl HasField<reactionData> for Comment
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<resolvedAt> for Comment
impl HasField<resolvedAt> for Comment
Source§impl HasField<resolvingComment> for Comment
impl HasField<resolvingComment> for Comment
Source§impl HasField<resolvingCommentId> for Comment
impl HasField<resolvingCommentId> for Comment
Source§impl HasField<resolvingUser> for Comment
impl HasField<resolvingUser> for Comment
Source§impl HasField<syncedWith> for Comment
impl HasField<syncedWith> for Comment
Source§impl HasField<threadSummary> for Comment
impl HasField<threadSummary> for Comment
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
impl HasSubtype<Comment> for Node
Auto Trait Implementations§
impl Freeze for Comment
impl RefUnwindSafe for Comment
impl Send for Comment
impl Sync for Comment
impl Unpin for Comment
impl UnwindSafe for Comment
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