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