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