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