pub struct AddCommentPayload;
Trait Implementations§
Source§impl HasField<__typename> for AddCommentPayload
impl HasField<__typename> for AddCommentPayload
Source§impl HasField<clientMutationId> for AddCommentPayload
impl HasField<clientMutationId> for AddCommentPayload
Source§impl HasField<commentEdge> for AddCommentPayload
impl HasField<commentEdge> for AddCommentPayload
Source§type Type = Option<IssueCommentEdge>
type Type = Option<IssueCommentEdge>
The schema marker type of this field.
Source§impl HasField<subject> for AddCommentPayload
impl HasField<subject> for AddCommentPayload
Source§impl HasField<timelineEdge> for AddCommentPayload
impl HasField<timelineEdge> for AddCommentPayload
Source§type Type = Option<IssueTimelineItemEdge>
type Type = Option<IssueTimelineItemEdge>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for AddCommentPayload
impl RefUnwindSafe for AddCommentPayload
impl Send for AddCommentPayload
impl Sync for AddCommentPayload
impl Unpin for AddCommentPayload
impl UnwindSafe for AddCommentPayload
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