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