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