pub struct pullRequest;
Trait Implementations§
Source§impl Field for pullRequest
impl Field for pullRequest
Source§impl HasArgument<number> for pullRequest
impl HasArgument<number> for pullRequest
Source§impl HasField<pullRequest> for Repository
impl HasField<pullRequest> for Repository
Source§type Type = Option<PullRequest>
type Type = Option<PullRequest>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for pullRequest
impl RefUnwindSafe for pullRequest
impl Send for pullRequest
impl Sync for pullRequest
impl Unpin for pullRequest
impl UnwindSafe for pullRequest
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