pub struct EnqueuePullRequestInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for EnqueuePullRequestInput
impl HasInputField<expectedHeadOid, Option<GitObjectID>> for EnqueuePullRequestInput
impl HasInputField<jump, Option<bool>> for EnqueuePullRequestInput
impl HasInputField<pullRequestId, Id> for EnqueuePullRequestInput
impl InputObjectMarker for EnqueuePullRequestInput
Auto Trait Implementations§
impl Freeze for EnqueuePullRequestInput
impl RefUnwindSafe for EnqueuePullRequestInput
impl Send for EnqueuePullRequestInput
impl Sync for EnqueuePullRequestInput
impl Unpin for EnqueuePullRequestInput
impl UnwindSafe for EnqueuePullRequestInput
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