pub struct gistComments;
Trait Implementations§
Source§impl Field for gistComments
impl Field for gistComments
Source§impl HasArgument<after> for gistComments
impl HasArgument<after> for gistComments
Source§impl HasArgument<before> for gistComments
impl HasArgument<before> for gistComments
Source§impl HasArgument<first> for gistComments
impl HasArgument<first> for gistComments
Source§impl HasArgument<last> for gistComments
impl HasArgument<last> for gistComments
Source§impl HasField<gistComments> for User
impl HasField<gistComments> for User
Source§type Type = GistCommentConnection
type Type = GistCommentConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for gistComments
impl RefUnwindSafe for gistComments
impl Send for gistComments
impl Sync for gistComments
impl Unpin for gistComments
impl UnwindSafe for gistComments
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