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