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