pub struct IssueCommentConnection;
Trait Implementations§
Source§impl HasField<__typename> for IssueCommentConnection
impl HasField<__typename> for IssueCommentConnection
Source§impl HasField<edges> for IssueCommentConnection
impl HasField<edges> for IssueCommentConnection
Source§impl HasField<nodes> for IssueCommentConnection
impl HasField<nodes> for IssueCommentConnection
Source§impl HasField<pageInfo> for IssueCommentConnection
impl HasField<pageInfo> for IssueCommentConnection
Source§impl HasField<totalCount> for IssueCommentConnection
impl HasField<totalCount> for IssueCommentConnection
Auto Trait Implementations§
impl Freeze for IssueCommentConnection
impl RefUnwindSafe for IssueCommentConnection
impl Send for IssueCommentConnection
impl Sync for IssueCommentConnection
impl Unpin for IssueCommentConnection
impl UnwindSafe for IssueCommentConnection
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