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