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