pub struct pullRequests;
Trait Implementations§
Source§impl Field for pullRequests
impl Field for pullRequests
Source§impl HasArgument<after> for pullRequests
impl HasArgument<after> for pullRequests
Source§impl HasArgument<baseRefName> for pullRequests
impl HasArgument<baseRefName> for pullRequests
Source§impl HasArgument<before> for pullRequests
impl HasArgument<before> for pullRequests
Source§impl HasArgument<first> for pullRequests
impl HasArgument<first> for pullRequests
Source§impl HasArgument<headRefName> for pullRequests
impl HasArgument<headRefName> for pullRequests
Source§impl HasArgument<labels> for pullRequests
impl HasArgument<labels> for pullRequests
Source§impl HasArgument<last> for pullRequests
impl HasArgument<last> for pullRequests
Source§impl HasArgument<orderBy> for pullRequests
impl HasArgument<orderBy> for pullRequests
Source§type ArgumentType = Option<IssueOrder>
type ArgumentType = Option<IssueOrder>
The schema marker type of this argument.
Source§impl HasArgument<states> for pullRequests
impl HasArgument<states> for pullRequests
Source§type ArgumentType = Option<Vec<PullRequestState>>
type ArgumentType = Option<Vec<PullRequestState>>
The schema marker type of this argument.
Source§impl HasField<pullRequests> for User
impl HasField<pullRequests> for User
Source§type Type = PullRequestConnection
type Type = PullRequestConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for pullRequests
impl RefUnwindSafe for pullRequests
impl Send for pullRequests
impl Sync for pullRequests
impl Unpin for pullRequests
impl UnwindSafe for pullRequests
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