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