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<before> for pullRequests
impl HasArgument<before> for pullRequests
Source§impl HasArgument<first> for pullRequests
impl HasArgument<first> 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<PullRequestOrder>
type ArgumentType = Option<PullRequestOrder>
The schema marker type of this argument.
Source§impl HasField<pullRequests> for ProjectV2ItemFieldPullRequestValue
impl HasField<pullRequests> for ProjectV2ItemFieldPullRequestValue
Source§type Type = Option<PullRequestConnection>
type Type = Option<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